Html Css Color HEX #04C0E4 Dark Turquoise

📋 copy color: '#04C0E4'

red 4 ◦ green 192 ◦ blue 228

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

Shades of Dark Turquoise #04C0E4

Tints of Dark Turquoise #04C0E4

RGB

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

 GREEN value IS 192 (75.39% from 255) = 45.28%

 BLUE value IS 228 (89.45% from 255) = 53.77%

R = 0.94%
G = 45.28%
B = 53.77%

CMYK

 C value IS 0.98

 M value IS 0.16

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#04C0E4 (or 0x04C0E4) is known color: Dark Turquoise. HEX triplet: 04, C0 and E4. RGB value is (4,192,228). Sum of RGB (Red+Green+Blue) = 4+192+228=424 (56% of max value = 765). Red value is 4 (1.95% from 255 or 0.94% from 424); Green value is 192 (75.39% from 255 or 45.28% from 424); Blue value is 228 (89.45% from 255 or 53.77% from 424); Max value from RGB is 228 - color contains mainly: blue. Hex color #04C0E4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #04C0E4 is #FB3F1B. Grayscale: #8B8B8B. Windows color (decimal): -16465692 or 14991364. OLE color: 14991364.

HSL color Cylindrical-coordinate representation of color #04C0E4: hue angle of 189.64º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04C0E4 is Cyan = 0.98, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 4 192 228 -
CMYK 0.98 0.16 0 0.11
HSL 189.64º 0.97% 0.45% -
HSV(B) 189.64º 0.98% 0.89% -
XYZ 32.9 43.33 80.03 -
YUV 139.89 177.72 31.07 -
System Red Green Blue C M Y K H S L
Decimal 4 192 228 0.98 0.16 0 0.11 189.64 0.97 0.45
Hex 4 C0 E4 62 10 0 B BE 61 2D
Octal 4 300 344 142 20 0 13 276 141 55
Binary 100 11000000 11100100 1100010 10000 0 1011 10111110 1100001 101101

Color Harmonies of #04C0E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04C0E4

Black with #04C0E4

Text Example


Text Example

White with #04C0E4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,192,228); }

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

background-color css

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

 a { background-color: rgb(4,192,228); }

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

border-color css

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

 span { border-color: rgb(4,192,228); }

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