#09D4EE

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

Shades of Bright Turquoise #09D4EE

Tints of Bright Turquoise #09D4EE

Color information

#09D4EE (or 0x09D4EE) is unknown color: approx Bright Turquoise. HEX triplet: 09, D4 and EE. RGB value is (9,212,238). Sum of RGB (Red+Green+Blue) = 9+212+238=459 (60% of max value = 765). Red value is 9 (3.91% from 255 or 1.96% from 459); Green value is 212 (83.20% from 255 or 46.19% from 459); Blue value is 238 (93.36% from 255 or 51.85% from 459); Max value from RGB is 238 - color contains mainly: blue. Hex color #09D4EE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #09D4EE is #F62B11. Grayscale: #999999. Windows color (decimal): -16132882 or 15651849. OLE color: 15651849.

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

Color convert

RGB9212238-
CMYK0.960.1100.07
HSL186.81º92.71%48.43%-
HSV(B)186.81º96.22%93.33%-
XYZ39.0953.3289.12-
YUV154.27175.2524.39-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 1.96%
GREEN value IS 212 (83.20% from 255) = 46.19%
BLUE value IS 238 (93.36% from 255) = 51.85%
R=1.96%
G=46.19%
B=51.85%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal92122380.960.1100.07186.8192.7148.43
Hex9D4EE60B07bb5d30
Octal11324356140130727313560
Binary10011101010011101110110000010110111101110111011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09D4EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,212,238); }

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

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

 a { background-color: rgb(9,212,238); }

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

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

 span { border-color: rgb(9,212,238); }

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