Html Css Color HEX #04CBE9 Dark Turquoise

📋 copy color: '#04CBE9'

red 4 ◦ green 203 ◦ blue 233

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

Shades of Dark Turquoise #04CBE9

Tints of Dark Turquoise #04CBE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 52.95%

R = 0.91%
G = 46.14%
B = 52.95%

CMYK

 C value IS 0.98

 M value IS 0.13

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#04CBE9 (or 0x04CBE9) is known color: Dark Turquoise. HEX triplet: 04, CB and E9. RGB value is (4,203,233). Sum of RGB (Red+Green+Blue) = 4+203+233=440 (58% of max value = 765). Red value is 4 (1.95% from 255 or 0.91% from 440); Green value is 203 (79.69% from 255 or 46.14% from 440); Blue value is 233 (91.41% from 255 or 52.95% from 440); Max value from RGB is 233 - color contains mainly: blue. Hex color #04CBE9 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #04CBE9 is #FB3416. Grayscale: #929292. Windows color (decimal): -16462871 or 15321860. OLE color: 15321860.

HSL color Cylindrical-coordinate representation of color #04CBE9: hue angle of 187.86º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04CBE9 is Cyan = 0.98, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 4 203 233 -
CMYK 0.98 0.13 0 0.09
HSL 187.86º 0.97% 0.46% -
HSV(B) 187.86º 0.98% 0.91% -
XYZ 36.11 48.62 84.57 -
YUV 146.92 176.57 26.06 -
System Red Green Blue C M Y K H S L
Decimal 4 203 233 0.98 0.13 0 0.09 187.86 0.97 0.46
Hex 4 CB E9 62 D 0 9 BC 61 2E
Octal 4 313 351 142 15 0 11 274 141 56
Binary 100 11001011 11101001 1100010 1101 0 1001 10111100 1100001 101110

Color Harmonies of #04CBE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04CBE9

Black with #04CBE9

Text Example


Text Example

White with #04CBE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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