Html Css Color HEX #09FFE7 Bright Turquoise

📋 copy color: '#09FFE7'

red 9 ◦ green 255 ◦ blue 231

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

Shades of Bright Turquoise #09FFE7

Tints of Bright Turquoise #09FFE7

RGB

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

 GREEN value IS 255 (100% from 255) = 51.52%

 BLUE value IS 231 (90.63% from 255) = 46.67%

R = 1.82%
G = 51.52%
B = 46.67%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.09

 K value IS 0

RGB Variations

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

Color information

#09FFE7 (or 0x09FFE7) is known color: Bright Turquoise. HEX triplet: 09, FF and E7. RGB value is (9,255,231). Sum of RGB (Red+Green+Blue) = 9+255+231=495 (65% of max value = 765). Red value is 9 (3.91% from 255 or 1.82% from 495); Green value is 255 (100% from 255 or 51.52% from 495); Blue value is 231 (90.62% from 255 or 46.67% from 495); Max value from RGB is 255 - color contains mainly: green. Hex color #09FFE7 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #09FFE7 is #F60018. Grayscale: #B2B2B2. Windows color (decimal): -16121881 or 15204105. OLE color: 15204105.

HSL color Cylindrical-coordinate representation of color #09FFE7: hue angle of 174.15º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09FFE7 is Cyan = 0.96, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.

Color convert

RGB 9 255 231 -
CMYK 0.96 0 0.09 0
HSL 174.15º 1% 0.52% -
HSV(B) 174.15º 0.96% 1% -
XYZ 50.3 77.35 87.88 -
YUV 178.71 157.5 6.95 -
System Red Green Blue C M Y K H S L
Decimal 9 255 231 0.96 0 0.09 0 174.15 1 0.52
Hex 9 FF E7 60 0 9 0 AE 64 34
Octal 11 377 347 140 0 11 0 256 144 64
Binary 1001 11111111 11100111 1100000 0 1001 0 10101110 1100100 110100

Color Harmonies of #09FFE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09FFE7

Black with #09FFE7

Text Example


Text Example

White with #09FFE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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