Html Css Color HEX #09E5EE Bright Turquoise

📋 copy color: '#09E5EE'

red 9 ◦ green 229 ◦ blue 238

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

Shades of Bright Turquoise #09E5EE

Tints of Bright Turquoise #09E5EE

RGB

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

 GREEN value IS 229 (89.84% from 255) = 48.11%

 BLUE value IS 238 (93.36% from 255) = 50%

R = 1.89%
G = 48.11%
B = 50%

CMYK

 C value IS 0.96

 M value IS 0.04

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#09E5EE (or 0x09E5EE) is known color: Bright Turquoise. HEX triplet: 09, E5 and EE. RGB value is (9,229,238). Sum of RGB (Red+Green+Blue) = 9+229+238=476 (63% of max value = 765). Red value is 9 (3.91% from 255 or 1.89% from 476); Green value is 229 (89.84% from 255 or 48.11% from 476); Blue value is 238 (93.36% from 255 or 50% from 476); Max value from RGB is 238 - color contains mainly: blue. Hex color #09E5EE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #09E5EE is #F61A11. Grayscale: #A3A3A3. Windows color (decimal): -16128530 or 15656201. OLE color: 15656201.

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

Color convert

RGB 9 229 238 -
CMYK 0.96 0.04 0 0.07
HSL 182.36º 0.93% 0.48% -
HSV(B) 182.36º 0.96% 0.93% -
XYZ 43.56 62.27 90.61 -
YUV 164.25 169.61 17.27 -
System Red Green Blue C M Y K H S L
Decimal 9 229 238 0.96 0.04 0 0.07 182.36 0.93 0.48
Hex 9 E5 EE 60 4 0 7 B6 5D 30
Octal 11 345 356 140 4 0 7 266 135 60
Binary 1001 11100101 11101110 1100000 100 0 111 10110110 1011101 110000

Color Harmonies of #09E5EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09E5EE

Black with #09E5EE

Text Example


Text Example

White with #09E5EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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