#09D7E9

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

Shades of Bright Turquoise #09D7E9

Tints of Bright Turquoise #09D7E9

Color information

#09D7E9 (or 0x09D7E9) is unknown color: approx Bright Turquoise. HEX triplet: 09, D7 and E9. RGB value is (9,215,233). Sum of RGB (Red+Green+Blue) = 9+215+233=457 (60% of max value = 765). Red value is 9 (3.91% from 255 or 1.97% from 457); Green value is 215 (84.38% from 255 or 47.05% from 457); Blue value is 233 (91.41% from 255 or 50.98% from 457); Max value from RGB is 233 - color contains mainly: blue. Hex color #09D7E9 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #09D7E9 is #F62816. Grayscale: #9B9B9B. Windows color (decimal): -16132119 or 15324937. OLE color: 15324937.

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

Color convert

RGB9215233-
CMYK0.960.0800.09
HSL184.82º92.56%47.45%-
HSV(B)184.82º96.14%91.37%-
XYZ39.1254.5485.56-
YUV155.46171.7523.54-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 1.97%
GREEN value IS 215 (84.38% from 255) = 47.05%
BLUE value IS 233 (91.41% from 255) = 50.98%
R=1.97%
G=47.05%
B=50.98%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal92152330.960.0800.09184.8292.5647.45
Hex9D7E960809b95d2f
Octal113273511401001127113557
Binary100111010111111010011100000100001001101110011011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09D7E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,215,233); }

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

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

 a { background-color: rgb(9,215,233); }

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

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

 span { border-color: rgb(9,215,233); }

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