#05C1D3

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

Shades of Dark Turquoise #05C1D3

Tints of Dark Turquoise #05C1D3

Color information

#05C1D3 (or 0x05C1D3) is unknown color: approx Dark Turquoise. HEX triplet: 05, C1 and D3. RGB value is (5,193,211). Sum of RGB (Red+Green+Blue) = 5+193+211=409 (54% of max value = 765). Red value is 5 (2.34% from 255 or 1.22% from 409); Green value is 193 (75.78% from 255 or 47.19% from 409); Blue value is 211 (82.81% from 255 or 51.59% from 409); Max value from RGB is 211 - color contains mainly: blue. Hex color #05C1D3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #05C1D3 is #FA3E2C. Grayscale: #8A8A8A. Windows color (decimal): -16399917 or 13877509. OLE color: 13877509.

HSL color Cylindrical-coordinate representation of color #05C1D3: hue angle of 185.24º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05C1D3 is Cyan = 0.98, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB5193211-
CMYK0.980.0900.17
HSL185.24º95.37%42.35%-
HSV(B)185.24º97.63%82.75%-
XYZ30.8942.8868.28-
YUV138.84168.7232.54-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.22%
GREEN value IS 193 (75.78% from 255) = 47.19%
BLUE value IS 211 (82.81% from 255) = 51.59%
R=1.22%
G=47.19%
B=51.59%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal51932110.980.0900.17185.2495.3742.35
Hex5C1D3629011b95f2a
Octal53013231421102127113752
Binary101110000011101001111000101001010001101110011011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05C1D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,193,211); }

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

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

 a { background-color: rgb(5,193,211); }

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

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

 span { border-color: rgb(5,193,211); }

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