Html Css Color HEX #06FECB Bright Turquoise

📋 copy color: '#06FECB'

red 6 ◦ green 254 ◦ blue 203

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

Shades of Bright Turquoise #06FECB

Tints of Bright Turquoise #06FECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 43.84%

R = 1.3%
G = 54.86%
B = 43.84%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.20

 K value IS 0.00

RGB Variations

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

Color information

#06FECB (or 0x06FECB) is known color: Bright Turquoise. HEX triplet: 06, FE and CB. RGB value is (6,254,203). Sum of RGB (Red+Green+Blue) = 6+254+203=463 (61% of max value = 765). Red value is 6 (2.73% from 255 or 1.30% from 463); Green value is 254 (99.61% from 255 or 54.86% from 463); Blue value is 203 (79.69% from 255 or 43.84% from 463); Max value from RGB is 254 - color contains mainly: green. Hex color #06FECB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #06FECB is #F90134. Grayscale: #ADADAD. Windows color (decimal): -16318773 or 13368838. OLE color: 13368838.

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

Color convert

RGB 6 254 203 -
CMYK 0.98 0 0.20 0.00
HSL 167.66º 0.99% 0.51% -
HSV(B) 167.66º 0.98% 1% -
XYZ 46.3 75.23 68.58 -
YUV 174.03 144.34 8.15 -
System Red Green Blue C M Y K H S L
Decimal 6 254 203 0.98 0 0.20 0.00 167.66 0.99 0.51
Hex 6 FE CB 62 0 14 0 A8 63 33
Octal 6 376 313 142 0 24 0 250 143 63
Binary 110 11111110 11001011 1100010 0 10100 0 10101000 1100011 110011

Color Harmonies of #06FECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06FECB

Black with #06FECB

Text Example


Text Example

White with #06FECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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