Html Css Color HEX #46C5CD Medium Turquoise

📋 copy color: '#46C5CD'

red 70 ◦ green 197 ◦ blue 205

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

Shades of Medium Turquoise #46C5CD

Tints of Medium Turquoise #46C5CD

RGB

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

 GREEN value IS 197 (77.34% from 255) = 41.74%

 BLUE value IS 205 (80.47% from 255) = 43.43%

R = 14.83%
G = 41.74%
B = 43.43%

CMYK

 C value IS 0.66

 M value IS 0.04

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#46C5CD (or 0x46C5CD) is known color: Medium Turquoise. HEX triplet: 46, C5 and CD. RGB value is (70,197,205). Sum of RGB (Red+Green+Blue) = 70+197+205=472 (62% of max value = 765). Red value is 70 (27.73% from 255 or 14.83% from 472); Green value is 197 (77.34% from 255 or 41.74% from 472); Blue value is 205 (80.47% from 255 or 43.43% from 472); Max value from RGB is 205 - color contains mainly: blue. Hex color #46C5CD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46C5CD is #B93A32. Grayscale: #9F9F9F. Windows color (decimal): -12139059 or 13485382. OLE color: 13485382.

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

Color convert

RGB 70 197 205 -
CMYK 0.66 0.04 0 0.20
HSL 183.56º 0.57% 0.54% -
HSV(B) 183.56º 0.66% 0.8% -
XYZ 33.51 45.64 64.8 -
YUV 159.94 153.42 63.85 -
System Red Green Blue C M Y K H S L
Decimal 70 197 205 0.66 0.04 0 0.20 183.56 0.57 0.54
Hex 46 C5 CD 42 4 0 14 B8 39 36
Octal 106 305 315 102 4 0 24 270 71 66
Binary 1000110 11000101 11001101 1000010 100 0 10100 10111000 111001 110110

Color Harmonies of #46C5CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46C5CD

Black with #46C5CD

Text Example


Text Example

White with #46C5CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,197,205); }

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

background-color css

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

 a { background-color: rgb(70,197,205); }

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

border-color css

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

 span { border-color: rgb(70,197,205); }

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