Html Css Color HEX #4BE1CC Turquoise

📋 copy color: '#4BE1CC'

red 75 ◦ green 225 ◦ blue 204

#4BE1CC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turquoise #4BE1CC

Tints of Turquoise #4BE1CC

RGB

 RED value IS 75 (29.69% from 255) = 14.88%

 GREEN value IS 225 (88.28% from 255) = 44.64%

 BLUE value IS 204 (80.08% from 255) = 40.48%

R = 14.88%
G = 44.64%
B = 40.48%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.09

 K value IS 0.12

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#4BE1CC (or 0x4BE1CC) is known color: Turquoise. HEX triplet: 4B, E1 and CC. RGB value is (75,225,204). Sum of RGB (Red+Green+Blue) = 75+225+204=504 (66% of max value = 765). Red value is 75 (29.69% from 255 or 14.88% from 504); Green value is 225 (88.28% from 255 or 44.64% from 504); Blue value is 204 (80.08% from 255 or 40.48% from 504); Max value from RGB is 225 - color contains mainly: green. Hex color #4BE1CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BE1CC is #B41E33. Grayscale: #B1B1B1. Windows color (decimal): -11804212 or 13427019. OLE color: 13427019.

HSL color Cylindrical-coordinate representation of color #4BE1CC: hue angle of 171.6º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4BE1CC is Cyan = 0.67, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.12.

Color convert

RGB 75 225 204 -
CMYK 0.67 0 0.09 0.12
HSL 171.6º 0.71% 0.59% -
HSV(B) 171.6º 0.67% 0.88% -
XYZ 40.73 59.71 66.5 -
YUV 177.76 142.81 54.71 -
System Red Green Blue C M Y K H S L
Decimal 75 225 204 0.67 0 0.09 0.12 171.6 0.71 0.59
Hex 4B E1 CC 43 0 9 C AC 47 3B
Octal 113 341 314 103 0 11 14 254 107 73
Binary 1001011 11100001 11001100 1000011 0 1001 1100 10101100 1000111 111011

Color Harmonies of #4BE1CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BE1CC

Black with #4BE1CC

Text Example


Text Example

White with #4BE1CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4BE1CC; }

 p { color: rgb(75,225,204); }

 H1.HeaderClassName
 {
   color: #4BE1CC;
 }
 .AnyTagClassName
 {
   color: #4BE1CC;
 }
</style>

background-color css

<style>
 a { background-color: #4BE1CC; }

 a { background-color: rgb(75,225,204); }

 div.DivClassName
 {
   background-color: #4BE1CC;
 }
 .BgClassName
 {
   background-color: #4BE1CC;
 }
</style>

border-color css

<style>
 span { border-color: #4BE1CC; }

 span { border-color: rgb(75,225,204); }

 td.TdClassName
 {
   border-color: #4BE1CC;
 }
 .TagClassName
 {
   border-color: #4BE1CC;
 }
</style>