Html Css Color HEX #09EEED Bright Turquoise

📋 copy color: '#09EEED'

red 9 ◦ green 238 ◦ blue 237

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

Shades of Bright Turquoise #09EEED

Tints of Bright Turquoise #09EEED

RGB

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

 GREEN value IS 238 (93.36% from 255) = 49.17%

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

R = 1.86%
G = 49.17%
B = 48.97%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.00

 K value IS 0.07

RGB Variations

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

Color information

#09EEED (or 0x09EEED) is known color: Bright Turquoise. HEX triplet: 09, EE and ED. RGB value is (9,238,237). Sum of RGB (Red+Green+Blue) = 9+238+237=484 (64% of max value = 765). Red value is 9 (3.91% from 255 or 1.86% from 484); Green value is 238 (93.36% from 255 or 49.17% from 484); Blue value is 237 (92.97% from 255 or 48.97% from 484); Max value from RGB is 238 - color contains mainly: green. Hex color #09EEED is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #09EEED is #F61112. Grayscale: #A9A9A9. Windows color (decimal): -16126227 or 15592969. OLE color: 15592969.

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

Color convert

RGB 9 238 237 -
CMYK 0.96 0 0.00 0.07
HSL 179.74º 0.93% 0.48% -
HSV(B) 179.74º 0.96% 0.93% -
XYZ 45.97 67.32 90.69 -
YUV 169.42 166.13 13.58 -
System Red Green Blue C M Y K H S L
Decimal 9 238 237 0.96 0 0.00 0.07 179.74 0.93 0.48
Hex 9 EE ED 60 0 0 7 B4 5D 30
Octal 11 356 355 140 0 0 7 264 135 60
Binary 1001 11101110 11101101 1100000 0 0 111 10110100 1011101 110000

Color Harmonies of #09EEED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09EEED

Black with #09EEED

Text Example


Text Example

White with #09EEED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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