Html Css Color HEX #09DEED Bright Turquoise

📋 copy color: '#09DEED'

red 9 ◦ green 222 ◦ blue 237

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

Shades of Bright Turquoise #09DEED

Tints of Bright Turquoise #09DEED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 50.64%

R = 1.92%
G = 47.44%
B = 50.64%

CMYK

 C value IS 0.96

 M value IS 0.06

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#09DEED (or 0x09DEED) is known color: Bright Turquoise. HEX triplet: 09, DE and ED. RGB value is (9,222,237). Sum of RGB (Red+Green+Blue) = 9+222+237=468 (61% of max value = 765). Red value is 9 (3.91% from 255 or 1.92% from 468); Green value is 222 (87.11% from 255 or 47.44% from 468); Blue value is 237 (92.97% from 255 or 50.64% from 468); Max value from RGB is 237 - color contains mainly: blue. Hex color #09DEED is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #09DEED is #F62112. Grayscale: #9F9F9F. Windows color (decimal): -16130323 or 15588873. OLE color: 15588873.

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

Color convert

RGB 9 222 237 -
CMYK 0.96 0.06 0 0.07
HSL 183.95º 0.93% 0.48% -
HSV(B) 183.95º 0.96% 0.93% -
XYZ 41.52 58.42 89.21 -
YUV 160.02 171.43 20.28 -
System Red Green Blue C M Y K H S L
Decimal 9 222 237 0.96 0.06 0 0.07 183.95 0.93 0.48
Hex 9 DE ED 60 6 0 7 B8 5D 30
Octal 11 336 355 140 6 0 7 270 135 60
Binary 1001 11011110 11101101 1100000 110 0 111 10111000 1011101 110000

Color Harmonies of #09DEED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09DEED

Black with #09DEED

Text Example


Text Example

White with #09DEED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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