#09C2E5

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

Shades of Dark Turquoise #09C2E5

Tints of Dark Turquoise #09C2E5

Color information

#09C2E5 (or 0x09C2E5) is unknown color: approx Dark Turquoise. HEX triplet: 09, C2 and E5. RGB value is (9,194,229). Sum of RGB (Red+Green+Blue) = 9+194+229=432 (57% of max value = 765). Red value is 9 (3.91% from 255 or 2.08% from 432); Green value is 194 (76.17% from 255 or 44.91% from 432); Blue value is 229 (89.84% from 255 or 53.01% from 432); Max value from RGB is 229 - color contains mainly: blue. Hex color #09C2E5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09C2E5 is #F63D1A. Grayscale: #8E8E8E. Windows color (decimal): -16137499 or 15057417. OLE color: 15057417.

HSL color Cylindrical-coordinate representation of color #09C2E5: hue angle of 189.55º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09C2E5 is Cyan = 0.96, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB9194229-
CMYK0.960.1500.10
HSL189.55º92.44%46.67%-
HSV(B)189.55º96.07%89.8%-
XYZ33.5544.380.91-
YUV142.68176.7132.65-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.08%
GREEN value IS 194 (76.17% from 255) = 44.91%
BLUE value IS 229 (89.84% from 255) = 53.01%
R=2.08%
G=44.91%
B=53.01%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal91942290.960.1500.10189.5592.4446.67
Hex9C2E560F0Abe5c2f
Octal113023451401701227613457
Binary100111000010111001011100000111101010101111101011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09C2E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09C2E5; }

 p { color: rgb(9,194,229); }

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

<style>
 a { background-color: #09C2E5; }

 a { background-color: rgb(9,194,229); }

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

<style>
 span { border-color: #09C2E5; }

 span { border-color: rgb(9,194,229); }

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