#05C8DE

Color #05C8DE Dark Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Turquoise #05C8DE

Tints of Dark Turquoise #05C8DE

Color information

#05C8DE (or 0x05C8DE) is unknown color: approx Dark Turquoise. HEX triplet: 05, C8 and DE. RGB value is (5,200,222). Sum of RGB (Red+Green+Blue) = 5+200+222=427 (56% of max value = 765). Red value is 5 (2.34% from 255 or 1.17% from 427); Green value is 200 (78.52% from 255 or 46.84% from 427); Blue value is 222 (87.11% from 255 or 51.99% from 427); Max value from RGB is 222 - color contains mainly: blue. Hex color #05C8DE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05C8DE is #FA3721. Grayscale: #8F8F8F. Windows color (decimal): -16398114 or 14600197. OLE color: 14600197.

HSL color Cylindrical-coordinate representation of color #05C8DE: hue angle of 186.08º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05C8DE is Cyan = 0.98, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB5200222-
CMYK0.980.1000.13
HSL186.08º95.59%44.51%-
HSV(B)186.08º97.75%87.06%-
XYZ33.946.6176.32-
YUV144.2171.928.71-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.17%
GREEN value IS 200 (78.52% from 255) = 46.84%
BLUE value IS 222 (87.11% from 255) = 51.99%
R=1.17%
G=46.84%
B=51.99%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal52002220.980.1000.13186.0895.5944.51
Hex5C8DE62A0Dba602d
Octal53103361421201527214055
Binary10111001000110111101100010101001101101110101100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05C8DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,200,222); }

 H1.HeaderClassName
 {
   color: #05C8DE;
 }
 .AnyTagClassName
 {
   color: #05C8DE;
 }
</style>
background-color css

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

 a { background-color: rgb(5,200,222); }

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

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

 span { border-color: rgb(5,200,222); }

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