Html Css Color HEX #06FACA Bright Turquoise

📋 copy color: '#06FACA'

red 6 ◦ green 250 ◦ blue 202

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

Shades of Bright Turquoise #06FACA

Tints of Bright Turquoise #06FACA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 44.1%

R = 1.31%
G = 54.59%
B = 44.1%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#06FACA (or 0x06FACA) is known color: Bright Turquoise. HEX triplet: 06, FA and CA. RGB value is (6,250,202). Sum of RGB (Red+Green+Blue) = 6+250+202=458 (60% of max value = 765). Red value is 6 (2.73% from 255 or 1.31% from 458); Green value is 250 (98.05% from 255 or 54.59% from 458); Blue value is 202 (79.30% from 255 or 44.10% from 458); Max value from RGB is 250 - color contains mainly: green. Hex color #06FACA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #06FACA is #F90535. Grayscale: #ABABAB. Windows color (decimal): -16319798 or 13302278. OLE color: 13302278.

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

Color convert

RGB 6 250 202 -
CMYK 0.98 0 0.19 0.02
HSL 168.2º 0.96% 0.5% -
HSV(B) 168.2º 0.98% 0.98% -
XYZ 44.92 72.67 67.54 -
YUV 171.57 145.16 9.9 -
System Red Green Blue C M Y K H S L
Decimal 6 250 202 0.98 0 0.19 0.02 168.2 0.96 0.5
Hex 6 FA CA 62 0 13 2 A8 60 32
Octal 6 372 312 142 0 23 2 250 140 62
Binary 110 11111010 11001010 1100010 0 10011 10 10101000 1100000 110010

Color Harmonies of #06FACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06FACA

Black with #06FACA

Text Example


Text Example

White with #06FACA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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