Html Css Color HEX #09F2E4 Bright Turquoise

📋 copy color: '#09F2E4'

red 9 ◦ green 242 ◦ blue 228

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

Shades of Bright Turquoise #09F2E4

Tints of Bright Turquoise #09F2E4

RGB

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

 GREEN value IS 242 (94.92% from 255) = 50.52%

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

R = 1.88%
G = 50.52%
B = 47.6%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.06

 K value IS 0.05

RGB Variations

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

Color information

#09F2E4 (or 0x09F2E4) is known color: Bright Turquoise. HEX triplet: 09, F2 and E4. RGB value is (9,242,228). Sum of RGB (Red+Green+Blue) = 9+242+228=479 (63% of max value = 765). Red value is 9 (3.91% from 255 or 1.88% from 479); Green value is 242 (94.92% from 255 or 50.52% from 479); Blue value is 228 (89.45% from 255 or 47.60% from 479); Max value from RGB is 242 - color contains mainly: green. Hex color #09F2E4 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #09F2E4 is #F60D1B. Grayscale: #AAAAAA. Windows color (decimal): -16125212 or 15004169. OLE color: 15004169.

HSL color Cylindrical-coordinate representation of color #09F2E4: hue angle of 176.39º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09F2E4 is Cyan = 0.96, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.05.

Color convert

RGB 9 242 228 -
CMYK 0.96 0 0.06 0.05
HSL 176.39º 0.93% 0.49% -
HSV(B) 176.39º 0.96% 0.95% -
XYZ 45.87 69.16 84.33 -
YUV 170.74 160.31 12.64 -
System Red Green Blue C M Y K H S L
Decimal 9 242 228 0.96 0 0.06 0.05 176.39 0.93 0.49
Hex 9 F2 E4 60 0 6 5 B0 5D 31
Octal 11 362 344 140 0 6 5 260 135 61
Binary 1001 11110010 11100100 1100000 0 110 101 10110000 1011101 110001

Color Harmonies of #09F2E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09F2E4

Black with #09F2E4

Text Example


Text Example

White with #09F2E4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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