Html Css Color HEX #09F0C5 Bright Turquoise

📋 copy color: '#09F0C5'

red 9 ◦ green 240 ◦ blue 197

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

Shades of Bright Turquoise #09F0C5

Tints of Bright Turquoise #09F0C5

RGB

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

 GREEN value IS 240 (94.14% from 255) = 53.81%

 BLUE value IS 197 (77.34% from 255) = 44.17%

R = 2.02%
G = 53.81%
B = 44.17%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.18

 K value IS 0.06

RGB Variations

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

Color information

#09F0C5 (or 0x09F0C5) is known color: Bright Turquoise. HEX triplet: 09, F0 and C5. RGB value is (9,240,197). Sum of RGB (Red+Green+Blue) = 9+240+197=446 (59% of max value = 765). Red value is 9 (3.91% from 255 or 2.02% from 446); Green value is 240 (94.14% from 255 or 53.81% from 446); Blue value is 197 (77.34% from 255 or 44.17% from 446); Max value from RGB is 240 - color contains mainly: green. Hex color #09F0C5 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #09F0C5 is #F60F3A. Grayscale: #A5A5A5. Windows color (decimal): -16125755 or 12972041. OLE color: 12972041.

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

Color convert

RGB 9 240 197 -
CMYK 0.96 0 0.18 0.06
HSL 168.83º 0.93% 0.49% -
HSV(B) 168.83º 0.96% 0.94% -
XYZ 41.35 66.41 63.46 -
YUV 166.03 145.47 16 -
System Red Green Blue C M Y K H S L
Decimal 9 240 197 0.96 0 0.18 0.06 168.83 0.93 0.49
Hex 9 F0 C5 60 0 12 6 A9 5D 31
Octal 11 360 305 140 0 22 6 251 135 61
Binary 1001 11110000 11000101 1100000 0 10010 110 10101001 1011101 110001

Color Harmonies of #09F0C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09F0C5

Black with #09F0C5

Text Example


Text Example

White with #09F0C5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,240,197); }

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

background-color css

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

 a { background-color: rgb(9,240,197); }

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

border-color css

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

 span { border-color: rgb(9,240,197); }

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