Html Css Color HEX #09F5E4 Bright Turquoise

📋 copy color: '#09F5E4'

red 9 ◦ green 245 ◦ blue 228

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

Shades of Bright Turquoise #09F5E4

Tints of Bright Turquoise #09F5E4

RGB

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

 GREEN value IS 245 (96.09% from 255) = 50.83%

 BLUE value IS 228 (89.45% from 255) = 47.3%

R = 1.87%
G = 50.83%
B = 47.3%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.07

 K value IS 0.04

RGB Variations

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

Color information

#09F5E4 (or 0x09F5E4) is known color: Bright Turquoise. HEX triplet: 09, F5 and E4. RGB value is (9,245,228). Sum of RGB (Red+Green+Blue) = 9+245+228=482 (63% of max value = 765). Red value is 9 (3.91% from 255 or 1.87% from 482); Green value is 245 (96.09% from 255 or 50.83% from 482); Blue value is 228 (89.45% from 255 or 47.30% from 482); Max value from RGB is 245 - color contains mainly: green. Hex color #09F5E4 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #09F5E4 is #F60A1B. Grayscale: #ACACAC. Windows color (decimal): -16124444 or 15004937. OLE color: 15004937.

HSL color Cylindrical-coordinate representation of color #09F5E4: hue angle of 175.68º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09F5E4 is Cyan = 0.96, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.04.

Color convert

RGB 9 245 228 -
CMYK 0.96 0 0.07 0.04
HSL 175.68º 0.93% 0.5% -
HSV(B) 175.68º 0.96% 0.96% -
XYZ 46.77 70.96 84.63 -
YUV 172.5 159.31 11.38 -
System Red Green Blue C M Y K H S L
Decimal 9 245 228 0.96 0 0.07 0.04 175.68 0.93 0.5
Hex 9 F5 E4 60 0 7 4 B0 5D 32
Octal 11 365 344 140 0 7 4 260 135 62
Binary 1001 11110101 11100100 1100000 0 111 100 10110000 1011101 110010

Color Harmonies of #09F5E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09F5E4

Black with #09F5E4

Text Example


Text Example

White with #09F5E4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,245,228); }

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

background-color css

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

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

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

border-color css

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

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

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