Html Css Color HEX #09EFEF Bright Turquoise

📋 copy color: '#09EFEF'

red 9 ◦ green 239 ◦ blue 239

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

Shades of Bright Turquoise #09EFEF

Tints of Bright Turquoise #09EFEF

RGB

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

 GREEN value IS 239 (93.75% from 255) = 49.08%

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

R = 1.85%
G = 49.08%
B = 49.08%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#09EFEF (or 0x09EFEF) is known color: Bright Turquoise. HEX triplet: 09, EF and EF. RGB value is (9,239,239). Sum of RGB (Red+Green+Blue) = 9+239+239=487 (64% of max value = 765). Red value is 9 (3.91% from 255 or 1.85% from 487); Green value is 239 (93.75% from 255 or 49.08% from 487); Blue value is 239 (93.75% from 255 or 49.08% from 487); Max value from RGB is 239 - color contains mainly: green, blue. Hex color #09EFEF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #09EFEF is #F61010. Grayscale: #A9A9A9. Windows color (decimal): -16125969 or 15724297. OLE color: 15724297.

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

Color convert

RGB 9 239 239 -
CMYK 0.96 0 0 0.06
HSL 180º 0.93% 0.49% -
HSV(B) 180º 0.96% 0.94% -
XYZ 46.56 68.02 92.34 -
YUV 170.23 166.8 13 -
System Red Green Blue C M Y K H S L
Decimal 9 239 239 0.96 0 0 0.06 180 0.93 0.49
Hex 9 EF EF 60 0 0 6 B4 5D 31
Octal 11 357 357 140 0 0 6 264 135 61
Binary 1001 11101111 11101111 1100000 0 0 110 10110100 1011101 110001

Color Harmonies of #09EFEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09EFEF

Black with #09EFEF

Text Example


Text Example

White with #09EFEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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