#09DFEA

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

Shades of Bright Turquoise #09DFEA

Tints of Bright Turquoise #09DFEA

Color information

#09DFEA (or 0x09DFEA) is unknown color: approx Bright Turquoise. HEX triplet: 09, DF and EA. RGB value is (9,223,234). Sum of RGB (Red+Green+Blue) = 9+223+234=466 (61% of max value = 765). Red value is 9 (3.91% from 255 or 1.93% from 466); Green value is 223 (87.5% from 255 or 47.85% from 466); Blue value is 234 (91.80% from 255 or 50.21% from 466); Max value from RGB is 234 - color contains mainly: blue. Hex color #09DFEA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #09DFEA is #F62015. Grayscale: #A0A0A0. Windows color (decimal): -16130070 or 15392521. OLE color: 15392521.

HSL color Cylindrical-coordinate representation of color #09DFEA: hue angle of 182.93º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09DFEA is Cyan = 0.96, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB9223234-
CMYK0.960.0500.08
HSL182.93º92.59%47.65%-
HSV(B)182.93º96.15%91.76%-
XYZ41.3558.7787.01-
YUV160.27169.620.11-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 1.93%
GREEN value IS 223 (87.5% from 255) = 47.85%
BLUE value IS 234 (91.80% from 255) = 50.21%
R=1.93%
G=47.85%
B=50.21%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal92232340.960.0500.08182.9392.5947.65
Hex9DFEA60508b75d30
Octal11337352140501026713560
Binary10011101111111101010110000010101000101101111011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09DFEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,223,234); }

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

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

 a { background-color: rgb(9,223,234); }

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

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

 span { border-color: rgb(9,223,234); }

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