Html Css Color HEX #04CEDF Dark Turquoise

📋 copy color: '#04CEDF'

red 4 ◦ green 206 ◦ blue 223

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

Shades of Dark Turquoise #04CEDF

Tints of Dark Turquoise #04CEDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 51.5%

R = 0.92%
G = 47.58%
B = 51.5%

CMYK

 C value IS 0.98

 M value IS 0.08

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#04CEDF (or 0x04CEDF) is known color: Dark Turquoise. HEX triplet: 04, CE and DF. RGB value is (4,206,223). Sum of RGB (Red+Green+Blue) = 4+206+223=433 (57% of max value = 765). Red value is 4 (1.95% from 255 or 0.92% from 433); Green value is 206 (80.86% from 255 or 47.58% from 433); Blue value is 223 (87.5% from 255 or 51.50% from 433); Max value from RGB is 223 - color contains mainly: blue. Hex color #04CEDF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04CEDF is #FB3120. Grayscale: #939393. Windows color (decimal): -16462113 or 14667268. OLE color: 14667268.

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

Color convert

RGB 4 206 223 -
CMYK 0.98 0.08 0 0.13
HSL 184.66º 0.96% 0.45% -
HSV(B) 184.66º 0.98% 0.87% -
XYZ 35.44 49.5 77.5 -
YUV 147.54 170.58 25.62 -
System Red Green Blue C M Y K H S L
Decimal 4 206 223 0.98 0.08 0 0.13 184.66 0.96 0.45
Hex 4 CE DF 62 8 0 D B9 60 2D
Octal 4 316 337 142 10 0 15 271 140 55
Binary 100 11001110 11011111 1100010 1000 0 1101 10111001 1100000 101101

Color Harmonies of #04CEDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04CEDF

Black with #04CEDF

Text Example


Text Example

White with #04CEDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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