Html Css Color HEX #4FF2CE Turquoise

📋 copy color: '#4FF2CE'

red 79 ◦ green 242 ◦ blue 206

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

Shades of Turquoise #4FF2CE

Tints of Turquoise #4FF2CE

RGB

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

 GREEN value IS 242 (94.92% from 255) = 45.92%

 BLUE value IS 206 (80.86% from 255) = 39.09%

R = 14.99%
G = 45.92%
B = 39.09%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.15

 K value IS 0.05

RGB Variations

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

Color information

#4FF2CE (or 0x4FF2CE) is known color: Turquoise. HEX triplet: 4F, F2 and CE. RGB value is (79,242,206). Sum of RGB (Red+Green+Blue) = 79+242+206=527 (69% of max value = 765). Red value is 79 (31.25% from 255 or 14.99% from 527); Green value is 242 (94.92% from 255 or 45.92% from 527); Blue value is 206 (80.86% from 255 or 39.09% from 527); Max value from RGB is 242 - color contains mainly: green. Hex color #4FF2CE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4FF2CE is #B00D31. Grayscale: #BDBDBD. Windows color (decimal): -11537714 or 13562447. OLE color: 13562447.

HSL color Cylindrical-coordinate representation of color #4FF2CE: hue angle of 166.75º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4FF2CE is Cyan = 0.67, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.

Color convert

RGB 79 242 206 -
CMYK 0.67 0 0.15 0.05
HSL 166.75º 0.86% 0.63% -
HSV(B) 166.75º 0.67% 0.95% -
XYZ 46.12 69.62 69.4 -
YUV 189.16 137.5 49.43 -
System Red Green Blue C M Y K H S L
Decimal 79 242 206 0.67 0 0.15 0.05 166.75 0.86 0.63
Hex 4F F2 CE 43 0 F 5 A7 56 3F
Octal 117 362 316 103 0 17 5 247 126 77
Binary 1001111 11110010 11001110 1000011 0 1111 101 10100111 1010110 111111

Color Harmonies of #4FF2CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FF2CE

Black with #4FF2CE

Text Example


Text Example

White with #4FF2CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,242,206); }

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

background-color css

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

 a { background-color: rgb(79,242,206); }

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

border-color css

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

 span { border-color: rgb(79,242,206); }

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