Html Css Color HEX #09EFE2 Bright Turquoise

📋 copy color: '#09EFE2'

red 9 ◦ green 239 ◦ blue 226

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

Shades of Bright Turquoise #09EFE2

Tints of Bright Turquoise #09EFE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 47.68%

R = 1.9%
G = 50.42%
B = 47.68%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.05

 K value IS 0.06

RGB Variations

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

Color information

#09EFE2 (or 0x09EFE2) is known color: Bright Turquoise. HEX triplet: 09, EF and E2. RGB value is (9,239,226). Sum of RGB (Red+Green+Blue) = 9+239+226=474 (62% of max value = 765). Red value is 9 (3.91% from 255 or 1.90% from 474); Green value is 239 (93.75% from 255 or 50.42% from 474); Blue value is 226 (88.67% from 255 or 47.68% from 474); Max value from RGB is 239 - color contains mainly: green. Hex color #09EFE2 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #09EFE2 is #F6101D. Grayscale: #A8A8A8. Windows color (decimal): -16125982 or 14872329. OLE color: 14872329.

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

Color convert

RGB 9 239 226 -
CMYK 0.96 0 0.05 0.06
HSL 176.61º 0.93% 0.49% -
HSV(B) 176.61º 0.96% 0.94% -
XYZ 44.71 67.28 82.58 -
YUV 168.75 160.3 14.06 -
System Red Green Blue C M Y K H S L
Decimal 9 239 226 0.96 0 0.05 0.06 176.61 0.93 0.49
Hex 9 EF E2 60 0 5 6 B1 5D 31
Octal 11 357 342 140 0 5 6 261 135 61
Binary 1001 11101111 11100010 1100000 0 101 110 10110001 1011101 110001

Color Harmonies of #09EFE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09EFE2

Black with #09EFE2

Text Example


Text Example

White with #09EFE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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