Html Css Color HEX #46CBBC Medium Turquoise

📋 copy color: '#46CBBC'

red 70 ◦ green 203 ◦ blue 188

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

Shades of Medium Turquoise #46CBBC

Tints of Medium Turquoise #46CBBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 40.78%

R = 15.18%
G = 44.03%
B = 40.78%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.07

 K value IS 0.20

RGB Variations

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

Color information

#46CBBC (or 0x46CBBC) is known color: Medium Turquoise. HEX triplet: 46, CB and BC. RGB value is (70,203,188). Sum of RGB (Red+Green+Blue) = 70+203+188=461 (61% of max value = 765). Red value is 70 (27.73% from 255 or 15.18% from 461); Green value is 203 (79.69% from 255 or 44.03% from 461); Blue value is 188 (73.83% from 255 or 40.78% from 461); Max value from RGB is 203 - color contains mainly: green. Hex color #46CBBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46CBBC is #B93443. Grayscale: #A1A1A1. Windows color (decimal): -12137540 or 12372806. OLE color: 12372806.

HSL color Cylindrical-coordinate representation of color #46CBBC: hue angle of 173.23º degrees, saturation: 0.56, 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 #46CBBC is Cyan = 0.66, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.20.

Color convert

RGB 70 203 188 -
CMYK 0.66 0 0.07 0.20
HSL 173.23º 0.56% 0.54% -
HSV(B) 173.23º 0.66% 0.8% -
XYZ 32.96 47.64 55.04 -
YUV 161.52 142.94 62.72 -
System Red Green Blue C M Y K H S L
Decimal 70 203 188 0.66 0 0.07 0.20 173.23 0.56 0.54
Hex 46 CB BC 42 0 7 14 AD 38 36
Octal 106 313 274 102 0 7 24 255 70 66
Binary 1000110 11001011 10111100 1000010 0 111 10100 10101101 111000 110110

Color Harmonies of #46CBBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46CBBC

Black with #46CBBC

Text Example


Text Example

White with #46CBBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,203,188); }

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

background-color css

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

 a { background-color: rgb(70,203,188); }

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

border-color css

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

 span { border-color: rgb(70,203,188); }

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