Html Css Color HEX #46CCBA Medium Turquoise

📋 copy color: '#46CCBA'

red 70 ◦ green 204 ◦ blue 186

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

Shades of Medium Turquoise #46CCBA

Tints of Medium Turquoise #46CCBA

RGB

 RED value IS 70 (27.73% from 255) = 15.22%

 GREEN value IS 204 (80.08% from 255) = 44.35%

 BLUE value IS 186 (73.05% from 255) = 40.43%

R = 15.22%
G = 44.35%
B = 40.43%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.09

 K value IS 0.2

RGB Variations

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

Color information

#46CCBA (or 0x46CCBA) is known color: Medium Turquoise. HEX triplet: 46, CC and BA. RGB value is (70,204,186). Sum of RGB (Red+Green+Blue) = 70+204+186=460 (60% of max value = 765). Red value is 70 (27.73% from 255 or 15.22% from 460); Green value is 204 (80.08% from 255 or 44.35% from 460); Blue value is 186 (73.05% from 255 or 40.43% from 460); Max value from RGB is 204 - color contains mainly: green. Hex color #46CCBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46CCBA is #B93345. Grayscale: #A1A1A1. Windows color (decimal): -12137286 or 12241990. OLE color: 12241990.

HSL color Cylindrical-coordinate representation of color #46CCBA: hue angle of 171.94º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #46CCBA is Cyan = 0.66, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.2.

Color convert

RGB 70 204 186 -
CMYK 0.66 0 0.09 0.2
HSL 171.94º 0.57% 0.54% -
HSV(B) 171.94º 0.66% 0.8% -
XYZ 32.98 48.03 53.99 -
YUV 161.88 141.61 62.46 -
System Red Green Blue C M Y K H S L
Decimal 70 204 186 0.66 0 0.09 0.2 171.94 0.57 0.54
Hex 46 CC BA 42 0 9 14 AC 39 36
Octal 106 314 272 102 0 11 24 254 71 66
Binary 1000110 11001100 10111010 1000010 0 1001 10100 10101100 111001 110110

Color Harmonies of #46CCBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46CCBA

Black with #46CCBA

Text Example


Text Example

White with #46CCBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46CCBA; }

 p { color: rgb(70,204,186); }

 H1.HeaderClassName
 {
   color: #46CCBA;
 }
 .AnyTagClassName
 {
   color: #46CCBA;
 }
</style>

background-color css

<style>
 a { background-color: #46CCBA; }

 a { background-color: rgb(70,204,186); }

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

border-color css

<style>
 span { border-color: #46CCBA; }

 span { border-color: rgb(70,204,186); }

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