Html Css Color HEX #04CEDB Dark Turquoise

📋 copy color: '#04CEDB'

red 4 ◦ green 206 ◦ blue 219

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

Shades of Dark Turquoise #04CEDB

Tints of Dark Turquoise #04CEDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 51.05%

R = 0.93%
G = 48.02%
B = 51.05%

CMYK

 C value IS 0.98

 M value IS 0.06

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#04CEDB (or 0x04CEDB) is known color: Dark Turquoise. HEX triplet: 04, CE and DB. RGB value is (4,206,219). Sum of RGB (Red+Green+Blue) = 4+206+219=429 (56% of max value = 765). Red value is 4 (1.95% from 255 or 0.93% from 429); Green value is 206 (80.86% from 255 or 48.02% from 429); Blue value is 219 (85.94% from 255 or 51.05% from 429); Max value from RGB is 219 - color contains mainly: blue. Hex color #04CEDB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04CEDB is #FB3124. Grayscale: #929292. Windows color (decimal): -16462117 or 14405124. OLE color: 14405124.

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

Color convert

RGB 4 206 219 -
CMYK 0.98 0.06 0 0.14
HSL 183.63º 0.96% 0.44% -
HSV(B) 183.63º 0.98% 0.86% -
XYZ 34.91 49.28 74.69 -
YUV 147.08 168.58 25.94 -
System Red Green Blue C M Y K H S L
Decimal 4 206 219 0.98 0.06 0 0.14 183.63 0.96 0.44
Hex 4 CE DB 62 6 0 E B8 60 2C
Octal 4 316 333 142 6 0 16 270 140 54
Binary 100 11001110 11011011 1100010 110 0 1110 10111000 1100000 101100

Color Harmonies of #04CEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04CEDB

Black with #04CEDB

Text Example


Text Example

White with #04CEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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