Html Css Color HEX #09E7EF Bright Turquoise

📋 copy color: '#09E7EF'

red 9 ◦ green 231 ◦ blue 239

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

Shades of Bright Turquoise #09E7EF

Tints of Bright Turquoise #09E7EF

RGB

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

 GREEN value IS 231 (90.63% from 255) = 48.23%

 BLUE value IS 239 (93.75% from 255) = 49.9%

R = 1.88%
G = 48.23%
B = 49.9%

CMYK

 C value IS 0.96

 M value IS 0.03

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#09E7EF (or 0x09E7EF) is known color: Bright Turquoise. HEX triplet: 09, E7 and EF. RGB value is (9,231,239). Sum of RGB (Red+Green+Blue) = 9+231+239=479 (63% of max value = 765). Red value is 9 (3.91% from 255 or 1.88% from 479); Green value is 231 (90.62% from 255 or 48.23% from 479); Blue value is 239 (93.75% from 255 or 49.90% from 479); Max value from RGB is 239 - color contains mainly: blue. Hex color #09E7EF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #09E7EF is #F61810. Grayscale: #A5A5A5. Windows color (decimal): -16128017 or 15722249. OLE color: 15722249.

HSL color Cylindrical-coordinate representation of color #09E7EF: hue angle of 182.09º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09E7EF is Cyan = 0.96, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 9 231 239 -
CMYK 0.96 0.03 0 0.06
HSL 182.09º 0.93% 0.49% -
HSV(B) 182.09º 0.96% 0.94% -
XYZ 44.27 63.44 91.57 -
YUV 165.53 169.45 16.35 -
System Red Green Blue C M Y K H S L
Decimal 9 231 239 0.96 0.03 0 0.06 182.09 0.93 0.49
Hex 9 E7 EF 60 3 0 6 B6 5D 31
Octal 11 347 357 140 3 0 6 266 135 61
Binary 1001 11100111 11101111 1100000 11 0 110 10110110 1011101 110001

Color Harmonies of #09E7EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09E7EF

Black with #09E7EF

Text Example


Text Example

White with #09E7EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,231,239); }

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

background-color css

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

 a { background-color: rgb(9,231,239); }

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

border-color css

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

 span { border-color: rgb(9,231,239); }

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