Html Css Color HEX #09F1C0 Bright Turquoise

📋 copy color: '#09F1C0'

red 9 ◦ green 241 ◦ blue 192

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

Shades of Bright Turquoise #09F1C0

Tints of Bright Turquoise #09F1C0

RGB

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

 GREEN value IS 241 (94.53% from 255) = 54.52%

 BLUE value IS 192 (75.39% from 255) = 43.44%

R = 2.04%
G = 54.52%
B = 43.44%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.20

 K value IS 0.05

RGB Variations

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

Color information

#09F1C0 (or 0x09F1C0) is known color: Bright Turquoise. HEX triplet: 09, F1 and C0. RGB value is (9,241,192). Sum of RGB (Red+Green+Blue) = 9+241+192=442 (58% of max value = 765). Red value is 9 (3.91% from 255 or 2.04% from 442); Green value is 241 (94.53% from 255 or 54.52% from 442); Blue value is 192 (75.39% from 255 or 43.44% from 442); Max value from RGB is 241 - color contains mainly: green. Hex color #09F1C0 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #09F1C0 is #F60E3F. Grayscale: #A6A6A6. Windows color (decimal): -16125504 or 12644617. OLE color: 12644617.

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

Color convert

RGB 9 241 192 -
CMYK 0.96 0 0.20 0.05
HSL 167.33º 0.93% 0.49% -
HSV(B) 167.33º 0.96% 0.95% -
XYZ 41.08 66.77 60.59 -
YUV 166.05 142.64 15.98 -
System Red Green Blue C M Y K H S L
Decimal 9 241 192 0.96 0 0.20 0.05 167.33 0.93 0.49
Hex 9 F1 C0 60 0 14 5 A7 5D 31
Octal 11 361 300 140 0 24 5 247 135 61
Binary 1001 11110001 11000000 1100000 0 10100 101 10100111 1011101 110001

Color Harmonies of #09F1C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09F1C0

Black with #09F1C0

Text Example


Text Example

White with #09F1C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,241,192); }

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

background-color css

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

 a { background-color: rgb(9,241,192); }

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

border-color css

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

 span { border-color: rgb(9,241,192); }

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