Html Css Color HEX #08F5C0 Bright Turquoise

📋 copy color: '#08F5C0'

red 8 ◦ green 245 ◦ blue 192

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

Shades of Bright Turquoise #08F5C0

Tints of Bright Turquoise #08F5C0

RGB

 RED value IS 8 (3.52% from 255) = 1.8%

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

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

R = 1.8%
G = 55.06%
B = 43.15%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.22

 K value IS 0.04

RGB Variations

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

Color information

#08F5C0 (or 0x08F5C0) is known color: Bright Turquoise. HEX triplet: 08, F5 and C0. RGB value is (8,245,192). Sum of RGB (Red+Green+Blue) = 8+245+192=445 (58% of max value = 765). Red value is 8 (3.52% from 255 or 1.80% from 445); Green value is 245 (96.09% from 255 or 55.06% from 445); Blue value is 192 (75.39% from 255 or 43.15% from 445); Max value from RGB is 245 - color contains mainly: green. Hex color #08F5C0 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #08F5C0 is #F70A3F. Grayscale: #A8A8A8. Windows color (decimal): -16190016 or 12645640. OLE color: 12645640.

HSL color Cylindrical-coordinate representation of color #08F5C0: hue angle of 166.58º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #08F5C0 is Cyan = 0.97, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.04.

Color convert

RGB 8 245 192 -
CMYK 0.97 0 0.22 0.04
HSL 166.58º 0.94% 0.5% -
HSV(B) 166.58º 0.97% 0.96% -
XYZ 42.27 69.16 60.99 -
YUV 168.1 141.48 13.81 -
System Red Green Blue C M Y K H S L
Decimal 8 245 192 0.97 0 0.22 0.04 166.58 0.94 0.5
Hex 8 F5 C0 61 0 16 4 A7 5E 32
Octal 10 365 300 141 0 26 4 247 136 62
Binary 1000 11110101 11000000 1100001 0 10110 100 10100111 1011110 110010

Color Harmonies of #08F5C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08F5C0

Black with #08F5C0

Text Example


Text Example

White with #08F5C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08F5C0; }

 p { color: rgb(8,245,192); }

 H1.HeaderClassName
 {
   color: #08F5C0;
 }
 .AnyTagClassName
 {
   color: #08F5C0;
 }
</style>

background-color css

<style>
 a { background-color: #08F5C0; }

 a { background-color: rgb(8,245,192); }

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

border-color css

<style>
 span { border-color: #08F5C0; }

 span { border-color: rgb(8,245,192); }

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