#09C3E4

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

Shades of Dark Turquoise #09C3E4

Tints of Dark Turquoise #09C3E4

Color information

#09C3E4 (or 0x09C3E4) is unknown color: approx Dark Turquoise. HEX triplet: 09, C3 and E4. RGB value is (9,195,228). Sum of RGB (Red+Green+Blue) = 9+195+228=432 (57% of max value = 765). Red value is 9 (3.91% from 255 or 2.08% from 432); Green value is 195 (76.56% from 255 or 45.14% from 432); Blue value is 228 (89.45% from 255 or 52.78% from 432); Max value from RGB is 228 - color contains mainly: blue. Hex color #09C3E4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #09C3E4 is #F63C1B. Grayscale: #8E8E8E. Windows color (decimal): -16137244 or 14992137. OLE color: 14992137.

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

Color convert

RGB9195228-
CMYK0.960.1400.11
HSL189.04º92.41%46.47%-
HSV(B)189.04º96.05%89.41%-
XYZ33.6344.6980.25-
YUV143.15175.8832.32-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.08%
GREEN value IS 195 (76.56% from 255) = 45.14%
BLUE value IS 228 (89.45% from 255) = 52.78%
R=2.08%
G=45.14%
B=52.78%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal91952280.960.1400.11189.0492.4146.47
Hex9C3E460E0Bbd5c2e
Octal113033441401601327513456
Binary100111000011111001001100000111001011101111011011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09C3E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,195,228); }

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

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

 a { background-color: rgb(9,195,228); }

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

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

 span { border-color: rgb(9,195,228); }

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