Html Css Color HEX #09DAEA Bright Turquoise

📋 copy color: '#09DAEA'

red 9 ◦ green 218 ◦ blue 234

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

Shades of Bright Turquoise #09DAEA

Tints of Bright Turquoise #09DAEA

RGB

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

 GREEN value IS 218 (85.55% from 255) = 47.29%

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

R = 1.95%
G = 47.29%
B = 50.76%

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

#09DAEA (or 0x09DAEA) is known color: Bright Turquoise. HEX triplet: 09, DA and EA. RGB value is (9,218,234). Sum of RGB (Red+Green+Blue) = 9+218+234=461 (61% of max value = 765). Red value is 9 (3.91% from 255 or 1.95% from 461); Green value is 218 (85.55% from 255 or 47.29% from 461); Blue value is 234 (91.80% from 255 or 50.76% from 461); Max value from RGB is 234 - color contains mainly: blue. Hex color #09DAEA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #09DAEA is #F62515. Grayscale: #9D9D9D. Windows color (decimal): -16131350 or 15391241. OLE color: 15391241.

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

Color convert

RGB 9 218 234 -
CMYK 0.96 0.07 0 0.08
HSL 184.27º 0.93% 0.48% -
HSV(B) 184.27º 0.96% 0.92% -
XYZ 40.04 56.14 86.57 -
YUV 157.33 171.26 22.2 -
System Red Green Blue C M Y K H S L
Decimal 9 218 234 0.96 0.07 0 0.08 184.27 0.93 0.48
Hex 9 DA EA 60 7 0 8 B8 5D 30
Octal 11 332 352 140 7 0 10 270 135 60
Binary 1001 11011010 11101010 1100000 111 0 1000 10111000 1011101 110000

Color Harmonies of #09DAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09DAEA

Black with #09DAEA

Text Example


Text Example

White with #09DAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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