Html Css Color HEX #09D9EA Bright Turquoise

📋 copy color: '#09D9EA'

red 9 ◦ green 217 ◦ blue 234

#09D9EA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bright Turquoise #09D9EA

Tints of Bright Turquoise #09D9EA

RGB

 RED value IS 9 (3.91% from 255) = 1.96%

 GREEN value IS 217 (85.16% from 255) = 47.17%

 BLUE value IS 234 (91.8% from 255) = 50.87%

R = 1.96%
G = 47.17%
B = 50.87%

CMYK

 C value IS 0.96

 M value IS 0.07

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#09D9EA (or 0x09D9EA) is known color: Bright Turquoise. HEX triplet: 09, D9 and EA. RGB value is (9,217,234). Sum of RGB (Red+Green+Blue) = 9+217+234=460 (60% of max value = 765). Red value is 9 (3.91% from 255 or 1.96% from 460); Green value is 217 (85.16% from 255 or 47.17% from 460); Blue value is 234 (91.80% from 255 or 50.87% from 460); Max value from RGB is 234 - color contains mainly: blue. Hex color #09D9EA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #09D9EA is #F62615. Grayscale: #9C9C9C. Windows color (decimal): -16131606 or 15390985. OLE color: 15390985.

HSL color Cylindrical-coordinate representation of color #09D9EA: hue angle of 184.53º 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 #09D9EA is Cyan = 0.96, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 9 217 234 -
CMYK 0.96 0.07 0 0.08
HSL 184.53º 0.93% 0.48% -
HSV(B) 184.53º 0.96% 0.92% -
XYZ 39.78 55.62 86.48 -
YUV 156.75 171.59 22.62 -
System Red Green Blue C M Y K H S L
Decimal 9 217 234 0.96 0.07 0 0.08 184.53 0.93 0.48
Hex 9 D9 EA 60 7 0 8 B9 5D 30
Octal 11 331 352 140 7 0 10 271 135 60
Binary 1001 11011001 11101010 1100000 111 0 1000 10111001 1011101 110000

Color Harmonies of #09D9EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09D9EA

Black with #09D9EA

Text Example


Text Example

White with #09D9EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #09D9EA;
 }
 .AnyTagClassName
 {
   color: #09D9EA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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