Html Css Color HEX #04CFCE Dark Turquoise

📋 copy color: '#04CFCE'

red 4 ◦ green 207 ◦ blue 206

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

Shades of Dark Turquoise #04CFCE

Tints of Dark Turquoise #04CFCE

RGB

 RED value IS 4 (1.95% from 255) = 0.96%

 GREEN value IS 207 (81.25% from 255) = 49.64%

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

R = 0.96%
G = 49.64%
B = 49.4%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.00

 K value IS 0.19

RGB Variations

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

Color information

#04CFCE (or 0x04CFCE) is known color: Dark Turquoise. HEX triplet: 04, CF and CE. RGB value is (4,207,206). Sum of RGB (Red+Green+Blue) = 4+207+206=417 (55% of max value = 765). Red value is 4 (1.95% from 255 or 0.96% from 417); Green value is 207 (81.25% from 255 or 49.64% from 417); Blue value is 206 (80.86% from 255 or 49.40% from 417); Max value from RGB is 207 - color contains mainly: green. Hex color #04CFCE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04CFCE is #FB3031. Grayscale: #919191. Windows color (decimal): -16461874 or 13553412. OLE color: 13553412.

HSL color Cylindrical-coordinate representation of color #04CFCE: hue angle of 179.7º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04CFCE is Cyan = 0.98, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.19.

Color convert

RGB 4 207 206 -
CMYK 0.98 0 0.00 0.19
HSL 179.7º 0.96% 0.41% -
HSV(B) 179.7º 0.98% 0.81% -
XYZ 33.5 49.11 66.11 -
YUV 146.19 161.75 26.58 -
System Red Green Blue C M Y K H S L
Decimal 4 207 206 0.98 0 0.00 0.19 179.7 0.96 0.41
Hex 4 CF CE 62 0 0 13 B4 60 29
Octal 4 317 316 142 0 0 23 264 140 51
Binary 100 11001111 11001110 1100010 0 0 10011 10110100 1100000 101001

Color Harmonies of #04CFCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04CFCE

Black with #04CFCE

Text Example


Text Example

White with #04CFCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04CFCE; }

 p { color: rgb(4,207,206); }

 H1.HeaderClassName
 {
   color: #04CFCE;
 }
 .AnyTagClassName
 {
   color: #04CFCE;
 }
</style>

background-color css

<style>
 a { background-color: #04CFCE; }

 a { background-color: rgb(4,207,206); }

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

border-color css

<style>
 span { border-color: #04CFCE; }

 span { border-color: rgb(4,207,206); }

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