Html Css Color HEX #06FEC2 Bright Turquoise

📋 copy color: '#06FEC2'

red 6 ◦ green 254 ◦ blue 194

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

Shades of Bright Turquoise #06FEC2

Tints of Bright Turquoise #06FEC2

RGB

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

 GREEN value IS 254 (99.61% from 255) = 55.95%

 BLUE value IS 194 (76.17% from 255) = 42.73%

R = 1.32%
G = 55.95%
B = 42.73%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.24

 K value IS 0.00

RGB Variations

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

Color information

#06FEC2 (or 0x06FEC2) is known color: Bright Turquoise. HEX triplet: 06, FE and C2. RGB value is (6,254,194). Sum of RGB (Red+Green+Blue) = 6+254+194=454 (60% of max value = 765). Red value is 6 (2.73% from 255 or 1.32% from 454); Green value is 254 (99.61% from 255 or 55.95% from 454); Blue value is 194 (76.17% from 255 or 42.73% from 454); Max value from RGB is 254 - color contains mainly: green. Hex color #06FEC2 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #06FEC2 is #F9013D. Grayscale: #ADADAD. Windows color (decimal): -16318782 or 12779014. OLE color: 12779014.

HSL color Cylindrical-coordinate representation of color #06FEC2: hue angle of 165.48º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #06FEC2 is Cyan = 0.98, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.00.

Color convert

RGB 6 254 194 -
CMYK 0.98 0 0.24 0.00
HSL 165.48º 0.99% 0.51% -
HSV(B) 165.48º 0.98% 1% -
XYZ 45.25 74.82 63.09 -
YUV 173.01 139.84 8.88 -
System Red Green Blue C M Y K H S L
Decimal 6 254 194 0.98 0 0.24 0.00 165.48 0.99 0.51
Hex 6 FE C2 62 0 18 0 A5 63 33
Octal 6 376 302 142 0 30 0 245 143 63
Binary 110 11111110 11000010 1100010 0 11000 0 10100101 1100011 110011

Color Harmonies of #06FEC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06FEC2

Black with #06FEC2

Text Example


Text Example

White with #06FEC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,254,194); }

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

background-color css

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

 a { background-color: rgb(6,254,194); }

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

border-color css

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

 span { border-color: rgb(6,254,194); }

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