Html Css Color HEX #06FAC5 Bright Turquoise

📋 copy color: '#06FAC5'

red 6 ◦ green 250 ◦ blue 197

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

Shades of Bright Turquoise #06FAC5

Tints of Bright Turquoise #06FAC5

RGB

 RED value IS 6 (2.73% from 255) = 1.32%

 GREEN value IS 250 (98.05% from 255) = 55.19%

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

R = 1.32%
G = 55.19%
B = 43.49%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.21

 K value IS 0.02

RGB Variations

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

Color information

#06FAC5 (or 0x06FAC5) is known color: Bright Turquoise. HEX triplet: 06, FA and C5. RGB value is (6,250,197). Sum of RGB (Red+Green+Blue) = 6+250+197=453 (60% of max value = 765). Red value is 6 (2.73% from 255 or 1.32% from 453); Green value is 250 (98.05% from 255 or 55.19% from 453); Blue value is 197 (77.34% from 255 or 43.49% from 453); Max value from RGB is 250 - color contains mainly: green. Hex color #06FAC5 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #06FAC5 is #F9053A. Grayscale: #AAAAAA. Windows color (decimal): -16319803 or 12974598. OLE color: 12974598.

HSL color Cylindrical-coordinate representation of color #06FAC5: hue angle of 166.97º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #06FAC5 is Cyan = 0.98, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.02.

Color convert

RGB 6 250 197 -
CMYK 0.98 0 0.21 0.02
HSL 166.97º 0.96% 0.5% -
HSV(B) 166.97º 0.98% 0.98% -
XYZ 44.34 72.44 64.47 -
YUV 171 142.66 10.31 -
System Red Green Blue C M Y K H S L
Decimal 6 250 197 0.98 0 0.21 0.02 166.97 0.96 0.5
Hex 6 FA C5 62 0 15 2 A7 60 32
Octal 6 372 305 142 0 25 2 247 140 62
Binary 110 11111010 11000101 1100010 0 10101 10 10100111 1100000 110010

Color Harmonies of #06FAC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06FAC5

Black with #06FAC5

Text Example


Text Example

White with #06FAC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06FAC5; }

 p { color: rgb(6,250,197); }

 H1.HeaderClassName
 {
   color: #06FAC5;
 }
 .AnyTagClassName
 {
   color: #06FAC5;
 }
</style>

background-color css

<style>
 a { background-color: #06FAC5; }

 a { background-color: rgb(6,250,197); }

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

border-color css

<style>
 span { border-color: #06FAC5; }

 span { border-color: rgb(6,250,197); }

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