Html Css Color HEX #05C0E4 Dark Turquoise

📋 copy color: '#05C0E4'

red 5 ◦ green 192 ◦ blue 228

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

Shades of Dark Turquoise #05C0E4

Tints of Dark Turquoise #05C0E4

RGB

 RED value IS 5 (2.34% from 255) = 1.18%

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

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

R = 1.18%
G = 45.18%
B = 53.65%

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

#05C0E4 (or 0x05C0E4) is known color: Dark Turquoise. HEX triplet: 05, C0 and E4. RGB value is (5,192,228). Sum of RGB (Red+Green+Blue) = 5+192+228=425 (56% of max value = 765). Red value is 5 (2.34% from 255 or 1.18% from 425); Green value is 192 (75.39% from 255 or 45.18% from 425); Blue value is 228 (89.45% from 255 or 53.65% from 425); Max value from RGB is 228 - color contains mainly: blue. Hex color #05C0E4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05C0E4 is #FA3F1B. Grayscale: #8B8B8B. Windows color (decimal): -16400156 or 14991365. OLE color: 14991365.

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

Color convert

RGB 5 192 228 -
CMYK 0.98 0.16 0 0.11
HSL 189.69º 0.96% 0.46% -
HSV(B) 189.69º 0.98% 0.89% -
XYZ 32.92 43.33 80.03 -
YUV 140.19 177.55 31.57 -
System Red Green Blue C M Y K H S L
Decimal 5 192 228 0.98 0.16 0 0.11 189.69 0.96 0.46
Hex 5 C0 E4 62 10 0 B BE 60 2E
Octal 5 300 344 142 20 0 13 276 140 56
Binary 101 11000000 11100100 1100010 10000 0 1011 10111110 1100000 101110

Color Harmonies of #05C0E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05C0E4

Black with #05C0E4

Text Example


Text Example

White with #05C0E4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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