Html Css Color HEX #04CBE8 Dark Turquoise

📋 copy color: '#04CBE8'

red 4 ◦ green 203 ◦ blue 232

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

Shades of Dark Turquoise #04CBE8

Tints of Dark Turquoise #04CBE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 52.85%

R = 0.91%
G = 46.24%
B = 52.85%

CMYK

 C value IS 0.98

 M value IS 0.12

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#04CBE8 (or 0x04CBE8) is known color: Dark Turquoise. HEX triplet: 04, CB and E8. RGB value is (4,203,232). Sum of RGB (Red+Green+Blue) = 4+203+232=439 (58% of max value = 765). Red value is 4 (1.95% from 255 or 0.91% from 439); Green value is 203 (79.69% from 255 or 46.24% from 439); Blue value is 232 (91.02% from 255 or 52.85% from 439); Max value from RGB is 232 - color contains mainly: blue. Hex color #04CBE8 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #04CBE8 is #FB3417. Grayscale: #929292. Windows color (decimal): -16462872 or 15256324. OLE color: 15256324.

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

Color convert

RGB 4 203 232 -
CMYK 0.98 0.12 0 0.09
HSL 187.63º 0.97% 0.46% -
HSV(B) 187.63º 0.98% 0.91% -
XYZ 35.97 48.56 83.82 -
YUV 146.81 176.07 26.14 -
System Red Green Blue C M Y K H S L
Decimal 4 203 232 0.98 0.12 0 0.09 187.63 0.97 0.46
Hex 4 CB E8 62 C 0 9 BC 61 2E
Octal 4 313 350 142 14 0 11 274 141 56
Binary 100 11001011 11101000 1100010 1100 0 1001 10111100 1100001 101110

Color Harmonies of #04CBE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04CBE8

Black with #04CBE8

Text Example


Text Example

White with #04CBE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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