Html Css Color HEX #46CDC3 Medium Turquoise

📋 copy color: '#46CDC3'

red 70 ◦ green 205 ◦ blue 195

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

Shades of Medium Turquoise #46CDC3

Tints of Medium Turquoise #46CDC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 41.49%

R = 14.89%
G = 43.62%
B = 41.49%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.05

 K value IS 0.20

RGB Variations

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

Color information

#46CDC3 (or 0x46CDC3) is known color: Medium Turquoise. HEX triplet: 46, CD and C3. RGB value is (70,205,195). Sum of RGB (Red+Green+Blue) = 70+205+195=470 (62% of max value = 765). Red value is 70 (27.73% from 255 or 14.89% from 470); Green value is 205 (80.47% from 255 or 43.62% from 470); Blue value is 195 (76.56% from 255 or 41.49% from 470); Max value from RGB is 205 - color contains mainly: green. Hex color #46CDC3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46CDC3 is #B9323C. Grayscale: #A3A3A3. Windows color (decimal): -12137021 or 12832070. OLE color: 12832070.

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

Color convert

RGB 70 205 195 -
CMYK 0.66 0 0.05 0.20
HSL 175.56º 0.57% 0.54% -
HSV(B) 175.56º 0.66% 0.8% -
XYZ 34.21 48.9 59.27 -
YUV 163.5 145.77 61.31 -
System Red Green Blue C M Y K H S L
Decimal 70 205 195 0.66 0 0.05 0.20 175.56 0.57 0.54
Hex 46 CD C3 42 0 5 14 B0 39 36
Octal 106 315 303 102 0 5 24 260 71 66
Binary 1000110 11001101 11000011 1000010 0 101 10100 10110000 111001 110110

Color Harmonies of #46CDC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46CDC3

Black with #46CDC3

Text Example


Text Example

White with #46CDC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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