Html Css Color HEX #09EFE5 Bright Turquoise

📋 copy color: '#09EFE5'

red 9 ◦ green 239 ◦ blue 229

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

Shades of Bright Turquoise #09EFE5

Tints of Bright Turquoise #09EFE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 48.01%

R = 1.89%
G = 50.1%
B = 48.01%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.04

 K value IS 0.06

RGB Variations

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

Color information

#09EFE5 (or 0x09EFE5) is known color: Bright Turquoise. HEX triplet: 09, EF and E5. RGB value is (9,239,229). Sum of RGB (Red+Green+Blue) = 9+239+229=477 (63% of max value = 765). Red value is 9 (3.91% from 255 or 1.89% from 477); Green value is 239 (93.75% from 255 or 50.10% from 477); Blue value is 229 (89.84% from 255 or 48.01% from 477); Max value from RGB is 239 - color contains mainly: green. Hex color #09EFE5 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #09EFE5 is #F6101A. Grayscale: #A8A8A8. Windows color (decimal): -16125979 or 15068937. OLE color: 15068937.

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

Color convert

RGB 9 239 229 -
CMYK 0.96 0 0.04 0.06
HSL 177.39º 0.93% 0.49% -
HSV(B) 177.39º 0.96% 0.94% -
XYZ 45.12 67.45 84.77 -
YUV 169.09 161.8 13.81 -
System Red Green Blue C M Y K H S L
Decimal 9 239 229 0.96 0 0.04 0.06 177.39 0.93 0.49
Hex 9 EF E5 60 0 4 6 B1 5D 31
Octal 11 357 345 140 0 4 6 261 135 61
Binary 1001 11101111 11100101 1100000 0 100 110 10110001 1011101 110001

Color Harmonies of #09EFE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09EFE5

Black with #09EFE5

Text Example


Text Example

White with #09EFE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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