Html Css Color HEX #04CBDB Dark Turquoise

📋 copy color: '#04CBDB'

red 4 ◦ green 203 ◦ blue 219

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

Shades of Dark Turquoise #04CBDB

Tints of Dark Turquoise #04CBDB

RGB

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

 GREEN value IS 203 (79.69% from 255) = 47.65%

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

R = 0.94%
G = 47.65%
B = 51.41%

CMYK

 C value IS 0.98

 M value IS 0.07

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#04CBDB (or 0x04CBDB) is known color: Dark Turquoise. HEX triplet: 04, CB and DB. RGB value is (4,203,219). Sum of RGB (Red+Green+Blue) = 4+203+219=426 (56% of max value = 765). Red value is 4 (1.95% from 255 or 0.94% from 426); Green value is 203 (79.69% from 255 or 47.65% from 426); Blue value is 219 (85.94% from 255 or 51.41% from 426); Max value from RGB is 219 - color contains mainly: blue. Hex color #04CBDB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04CBDB is #FB3424. Grayscale: #919191. Windows color (decimal): -16462885 or 14404356. OLE color: 14404356.

HSL color Cylindrical-coordinate representation of color #04CBDB: hue angle of 184.47º 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 #04CBDB is Cyan = 0.98, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 4 203 219 -
CMYK 0.98 0.07 0 0.14
HSL 184.47º 0.96% 0.44% -
HSV(B) 184.47º 0.98% 0.86% -
XYZ 34.19 47.85 74.45 -
YUV 145.32 169.57 27.2 -
System Red Green Blue C M Y K H S L
Decimal 4 203 219 0.98 0.07 0 0.14 184.47 0.96 0.44
Hex 4 CB DB 62 7 0 E B8 60 2C
Octal 4 313 333 142 7 0 16 270 140 54
Binary 100 11001011 11011011 1100010 111 0 1110 10111000 1100000 101100

Color Harmonies of #04CBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04CBDB

Black with #04CBDB

Text Example


Text Example

White with #04CBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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