Html Css Color HEX #06FAC0 Bright Turquoise

📋 copy color: '#06FAC0'

red 6 ◦ green 250 ◦ blue 192

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

Shades of Bright Turquoise #06FAC0

Tints of Bright Turquoise #06FAC0

RGB

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

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

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

R = 1.34%
G = 55.8%
B = 42.86%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.23

 K value IS 0.02

RGB Variations

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

Color information

#06FAC0 (or 0x06FAC0) is known color: Bright Turquoise. HEX triplet: 06, FA and C0. RGB value is (6,250,192). Sum of RGB (Red+Green+Blue) = 6+250+192=448 (59% of max value = 765). Red value is 6 (2.73% from 255 or 1.34% from 448); Green value is 250 (98.05% from 255 or 55.80% from 448); Blue value is 192 (75.39% from 255 or 42.86% from 448); Max value from RGB is 250 - color contains mainly: green. Hex color #06FAC0 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #06FAC0 is #F9053F. Grayscale: #AAAAAA. Windows color (decimal): -16319808 or 12646918. OLE color: 12646918.

HSL color Cylindrical-coordinate representation of color #06FAC0: hue angle of 165.74º 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 #06FAC0 is Cyan = 0.98, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.

Color convert

RGB 6 250 192 -
CMYK 0.98 0 0.23 0.02
HSL 165.74º 0.96% 0.5% -
HSV(B) 165.74º 0.98% 0.98% -
XYZ 43.78 72.22 61.5 -
YUV 170.43 140.16 10.72 -
System Red Green Blue C M Y K H S L
Decimal 6 250 192 0.98 0 0.23 0.02 165.74 0.96 0.5
Hex 6 FA C0 62 0 17 2 A6 60 32
Octal 6 372 300 142 0 27 2 246 140 62
Binary 110 11111010 11000000 1100010 0 10111 10 10100110 1100000 110010

Color Harmonies of #06FAC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06FAC0

Black with #06FAC0

Text Example


Text Example

White with #06FAC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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