Html Css Color HEX #06FCCB Bright Turquoise

📋 copy color: '#06FCCB'

red 6 ◦ green 252 ◦ blue 203

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

Shades of Bright Turquoise #06FCCB

Tints of Bright Turquoise #06FCCB

RGB

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

 GREEN value IS 252 (98.83% from 255) = 54.66%

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

R = 1.3%
G = 54.66%
B = 44.03%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.19

 K value IS 0.01

RGB Variations

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

Color information

#06FCCB (or 0x06FCCB) is known color: Bright Turquoise. HEX triplet: 06, FC and CB. RGB value is (6,252,203). Sum of RGB (Red+Green+Blue) = 6+252+203=461 (61% of max value = 765). Red value is 6 (2.73% from 255 or 1.30% from 461); Green value is 252 (98.83% from 255 or 54.66% from 461); Blue value is 203 (79.69% from 255 or 44.03% from 461); Max value from RGB is 252 - color contains mainly: green. Hex color #06FCCB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #06FCCB is #F90334. Grayscale: #ACACAC. Windows color (decimal): -16319285 or 13368326. OLE color: 13368326.

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

Color convert

RGB 6 252 203 -
CMYK 0.98 0 0.19 0.01
HSL 168.05º 0.98% 0.51% -
HSV(B) 168.05º 0.98% 0.99% -
XYZ 45.67 73.97 68.37 -
YUV 172.86 145 8.98 -
System Red Green Blue C M Y K H S L
Decimal 6 252 203 0.98 0 0.19 0.01 168.05 0.98 0.51
Hex 6 FC CB 62 0 13 1 A8 62 33
Octal 6 374 313 142 0 23 1 250 142 63
Binary 110 11111100 11001011 1100010 0 10011 1 10101000 1100010 110011

Color Harmonies of #06FCCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06FCCB

Black with #06FCCB

Text Example


Text Example

White with #06FCCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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