Html Css Color HEX #08F5C1 Bright Turquoise

📋 copy color: '#08F5C1'

red 8 ◦ green 245 ◦ blue 193

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

Shades of Bright Turquoise #08F5C1

Tints of Bright Turquoise #08F5C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 43.27%

R = 1.79%
G = 54.93%
B = 43.27%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.21

 K value IS 0.04

RGB Variations

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

Color information

#08F5C1 (or 0x08F5C1) is known color: Bright Turquoise. HEX triplet: 08, F5 and C1. RGB value is (8,245,193). Sum of RGB (Red+Green+Blue) = 8+245+193=446 (59% of max value = 765). Red value is 8 (3.52% from 255 or 1.79% from 446); Green value is 245 (96.09% from 255 or 54.93% from 446); Blue value is 193 (75.78% from 255 or 43.27% from 446); Max value from RGB is 245 - color contains mainly: green. Hex color #08F5C1 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #08F5C1 is #F70A3E. Grayscale: #A8A8A8. Windows color (decimal): -16190015 or 12711176. OLE color: 12711176.

HSL color Cylindrical-coordinate representation of color #08F5C1: hue angle of 166.84º 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 #08F5C1 is Cyan = 0.97, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.04.

Color convert

RGB 8 245 193 -
CMYK 0.97 0 0.21 0.04
HSL 166.84º 0.94% 0.5% -
HSV(B) 166.84º 0.97% 0.96% -
XYZ 42.38 69.21 61.58 -
YUV 168.21 141.98 13.73 -
System Red Green Blue C M Y K H S L
Decimal 8 245 193 0.97 0 0.21 0.04 166.84 0.94 0.5
Hex 8 F5 C1 61 0 15 4 A7 5E 32
Octal 10 365 301 141 0 25 4 247 136 62
Binary 1000 11110101 11000001 1100001 0 10101 100 10100111 1011110 110010

Color Harmonies of #08F5C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08F5C1

Black with #08F5C1

Text Example


Text Example

White with #08F5C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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