Html Css Color HEX #09F2C4 Bright Turquoise

📋 copy color: '#09F2C4'

red 9 ◦ green 242 ◦ blue 196

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

Shades of Bright Turquoise #09F2C4

Tints of Bright Turquoise #09F2C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 43.85%

R = 2.01%
G = 54.14%
B = 43.85%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.19

 K value IS 0.05

RGB Variations

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

Color information

#09F2C4 (or 0x09F2C4) is known color: Bright Turquoise. HEX triplet: 09, F2 and C4. RGB value is (9,242,196). Sum of RGB (Red+Green+Blue) = 9+242+196=447 (59% of max value = 765). Red value is 9 (3.91% from 255 or 2.01% from 447); Green value is 242 (94.92% from 255 or 54.14% from 447); Blue value is 196 (76.95% from 255 or 43.85% from 447); Max value from RGB is 242 - color contains mainly: green. Hex color #09F2C4 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #09F2C4 is #F60D3B. Grayscale: #A7A7A7. Windows color (decimal): -16125244 or 12907017. OLE color: 12907017.

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

Color convert

RGB 9 242 196 -
CMYK 0.96 0 0.19 0.05
HSL 168.15º 0.93% 0.49% -
HSV(B) 168.15º 0.96% 0.95% -
XYZ 41.83 67.55 63.06 -
YUV 167.09 144.31 15.24 -
System Red Green Blue C M Y K H S L
Decimal 9 242 196 0.96 0 0.19 0.05 168.15 0.93 0.49
Hex 9 F2 C4 60 0 13 5 A8 5D 31
Octal 11 362 304 140 0 23 5 250 135 61
Binary 1001 11110010 11000100 1100000 0 10011 101 10101000 1011101 110001

Color Harmonies of #09F2C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09F2C4

Black with #09F2C4

Text Example


Text Example

White with #09F2C4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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