Html Css Color HEX #04CEDD Dark Turquoise

📋 copy color: '#04CEDD'

red 4 ◦ green 206 ◦ blue 221

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

Shades of Dark Turquoise #04CEDD

Tints of Dark Turquoise #04CEDD

RGB

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

 GREEN value IS 206 (80.86% from 255) = 47.8%

 BLUE value IS 221 (86.72% from 255) = 51.28%

R = 0.93%
G = 47.8%
B = 51.28%

CMYK

 C value IS 0.98

 M value IS 0.07

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#04CEDD (or 0x04CEDD) is known color: Dark Turquoise. HEX triplet: 04, CE and DD. RGB value is (4,206,221). Sum of RGB (Red+Green+Blue) = 4+206+221=431 (57% of max value = 765). Red value is 4 (1.95% from 255 or 0.93% from 431); Green value is 206 (80.86% from 255 or 47.80% from 431); Blue value is 221 (86.72% from 255 or 51.28% from 431); Max value from RGB is 221 - color contains mainly: blue. Hex color #04CEDD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04CEDD is #FB3122. Grayscale: #939393. Windows color (decimal): -16462115 or 14536196. OLE color: 14536196.

HSL color Cylindrical-coordinate representation of color #04CEDD: hue angle of 184.15º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04CEDD is Cyan = 0.98, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 4 206 221 -
CMYK 0.98 0.07 0 0.13
HSL 184.15º 0.96% 0.44% -
HSV(B) 184.15º 0.98% 0.87% -
XYZ 35.17 49.39 76.09 -
YUV 147.31 169.58 25.78 -
System Red Green Blue C M Y K H S L
Decimal 4 206 221 0.98 0.07 0 0.13 184.15 0.96 0.44
Hex 4 CE DD 62 7 0 D B8 60 2C
Octal 4 316 335 142 7 0 15 270 140 54
Binary 100 11001110 11011101 1100010 111 0 1101 10111000 1100000 101100

Color Harmonies of #04CEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04CEDD

Black with #04CEDD

Text Example


Text Example

White with #04CEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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