Html Css Color HEX #46CDC1 Medium Turquoise

📋 copy color: '#46CDC1'

red 70 ◦ green 205 ◦ blue 193

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

Shades of Medium Turquoise #46CDC1

Tints of Medium Turquoise #46CDC1

RGB

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

 GREEN value IS 205 (80.47% from 255) = 43.8%

 BLUE value IS 193 (75.78% from 255) = 41.24%

R = 14.96%
G = 43.8%
B = 41.24%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.06

 K value IS 0.20

RGB Variations

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

Color information

#46CDC1 (or 0x46CDC1) is known color: Medium Turquoise. HEX triplet: 46, CD and C1. RGB value is (70,205,193). Sum of RGB (Red+Green+Blue) = 70+205+193=468 (61% of max value = 765). Red value is 70 (27.73% from 255 or 14.96% from 468); Green value is 205 (80.47% from 255 or 43.80% from 468); Blue value is 193 (75.78% from 255 or 41.24% from 468); Max value from RGB is 205 - color contains mainly: green. Hex color #46CDC1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46CDC1 is #B9323E. Grayscale: #A3A3A3. Windows color (decimal): -12137023 or 12700998. OLE color: 12700998.

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

Color convert

RGB 70 205 193 -
CMYK 0.66 0 0.06 0.20
HSL 174.67º 0.57% 0.54% -
HSV(B) 174.67º 0.66% 0.8% -
XYZ 33.98 48.81 58.08 -
YUV 163.27 144.77 61.48 -
System Red Green Blue C M Y K H S L
Decimal 70 205 193 0.66 0 0.06 0.20 174.67 0.57 0.54
Hex 46 CD C1 42 0 6 14 AF 39 36
Octal 106 315 301 102 0 6 24 257 71 66
Binary 1000110 11001101 11000001 1000010 0 110 10100 10101111 111001 110110

Color Harmonies of #46CDC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46CDC1

Black with #46CDC1

Text Example


Text Example

White with #46CDC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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