Html Css Color HEX #09DEEA Bright Turquoise

📋 copy color: '#09DEEA'

red 9 ◦ green 222 ◦ blue 234

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

Shades of Bright Turquoise #09DEEA

Tints of Bright Turquoise #09DEEA

RGB

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

 GREEN value IS 222 (87.11% from 255) = 47.74%

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

R = 1.94%
G = 47.74%
B = 50.32%

CMYK

 C value IS 0.96

 M value IS 0.05

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#09DEEA (or 0x09DEEA) is known color: Bright Turquoise. HEX triplet: 09, DE and EA. RGB value is (9,222,234). Sum of RGB (Red+Green+Blue) = 9+222+234=465 (61% of max value = 765). Red value is 9 (3.91% from 255 or 1.94% from 465); Green value is 222 (87.11% from 255 or 47.74% from 465); Blue value is 234 (91.80% from 255 or 50.32% from 465); Max value from RGB is 234 - color contains mainly: blue. Hex color #09DEEA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #09DEEA is #F62115. Grayscale: #9F9F9F. Windows color (decimal): -16130326 or 15392265. OLE color: 15392265.

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

Color convert

RGB 9 222 234 -
CMYK 0.96 0.05 0 0.08
HSL 183.2º 0.93% 0.48% -
HSV(B) 183.2º 0.96% 0.92% -
XYZ 41.09 58.24 86.92 -
YUV 159.68 169.93 20.52 -
System Red Green Blue C M Y K H S L
Decimal 9 222 234 0.96 0.05 0 0.08 183.2 0.93 0.48
Hex 9 DE EA 60 5 0 8 B7 5D 30
Octal 11 336 352 140 5 0 10 267 135 60
Binary 1001 11011110 11101010 1100000 101 0 1000 10110111 1011101 110000

Color Harmonies of #09DEEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09DEEA

Black with #09DEEA

Text Example


Text Example

White with #09DEEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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