Html Css Color HEX #4FE9CB Turquoise

📋 copy color: '#4FE9CB'

red 79 ◦ green 233 ◦ blue 203

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

Shades of Turquoise #4FE9CB

Tints of Turquoise #4FE9CB

RGB

 RED value IS 79 (31.25% from 255) = 15.34%

 GREEN value IS 233 (91.41% from 255) = 45.24%

 BLUE value IS 203 (79.69% from 255) = 39.42%

R = 15.34%
G = 45.24%
B = 39.42%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.13

 K value IS 0.09

RGB Variations

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

Color information

#4FE9CB (or 0x4FE9CB) is known color: Turquoise. HEX triplet: 4F, E9 and CB. RGB value is (79,233,203). Sum of RGB (Red+Green+Blue) = 79+233+203=515 (68% of max value = 765). Red value is 79 (31.25% from 255 or 15.34% from 515); Green value is 233 (91.41% from 255 or 45.24% from 515); Blue value is 203 (79.69% from 255 or 39.42% from 515); Max value from RGB is 233 - color contains mainly: green. Hex color #4FE9CB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4FE9CB is #B01634. Grayscale: #B7B7B7. Windows color (decimal): -11540021 or 13363535. OLE color: 13363535.

HSL color Cylindrical-coordinate representation of color #4FE9CB: hue angle of 168.31º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4FE9CB is Cyan = 0.66, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.09.

Color convert

RGB 79 233 203 -
CMYK 0.66 0 0.13 0.09
HSL 168.31º 0.78% 0.61% -
HSV(B) 168.31º 0.66% 0.91% -
XYZ 43.14 64.25 66.63 -
YUV 183.53 138.98 53.44 -
System Red Green Blue C M Y K H S L
Decimal 79 233 203 0.66 0 0.13 0.09 168.31 0.78 0.61
Hex 4F E9 CB 42 0 D 9 A8 4E 3D
Octal 117 351 313 102 0 15 11 250 116 75
Binary 1001111 11101001 11001011 1000010 0 1101 1001 10101000 1001110 111101

Color Harmonies of #4FE9CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FE9CB

Black with #4FE9CB

Text Example


Text Example

White with #4FE9CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,233,203); }

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

background-color css

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

 a { background-color: rgb(79,233,203); }

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

border-color css

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

 span { border-color: rgb(79,233,203); }

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