Html Css Color HEX #09DAE8 Bright Turquoise

📋 copy color: '#09DAE8'

red 9 ◦ green 218 ◦ blue 232

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

Shades of Bright Turquoise #09DAE8

Tints of Bright Turquoise #09DAE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 50.54%

R = 1.96%
G = 47.49%
B = 50.54%

CMYK

 C value IS 0.96

 M value IS 0.06

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#09DAE8 (or 0x09DAE8) is known color: Bright Turquoise. HEX triplet: 09, DA and E8. RGB value is (9,218,232). Sum of RGB (Red+Green+Blue) = 9+218+232=459 (60% of max value = 765). Red value is 9 (3.91% from 255 or 1.96% from 459); Green value is 218 (85.55% from 255 or 47.49% from 459); Blue value is 232 (91.02% from 255 or 50.54% from 459); Max value from RGB is 232 - color contains mainly: blue. Hex color #09DAE8 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #09DAE8 is #F62517. Grayscale: #9C9C9C. Windows color (decimal): -16131352 or 15260169. OLE color: 15260169.

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

Color convert

RGB 9 218 232 -
CMYK 0.96 0.06 0 0.09
HSL 183.77º 0.93% 0.47% -
HSV(B) 183.77º 0.96% 0.91% -
XYZ 39.75 56.03 85.06 -
YUV 157.11 170.26 22.36 -
System Red Green Blue C M Y K H S L
Decimal 9 218 232 0.96 0.06 0 0.09 183.77 0.93 0.47
Hex 9 DA E8 60 6 0 9 B8 5D 2F
Octal 11 332 350 140 6 0 11 270 135 57
Binary 1001 11011010 11101000 1100000 110 0 1001 10111000 1011101 101111

Color Harmonies of #09DAE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09DAE8

Black with #09DAE8

Text Example


Text Example

White with #09DAE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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