Html Css Color HEX #46CDC7 Medium Turquoise

📋 copy color: '#46CDC7'

red 70 ◦ green 205 ◦ blue 199

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

Shades of Medium Turquoise #46CDC7

Tints of Medium Turquoise #46CDC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 41.98%

R = 14.77%
G = 43.25%
B = 41.98%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.03

 K value IS 0.20

RGB Variations

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

Color information

#46CDC7 (or 0x46CDC7) is known color: Medium Turquoise. HEX triplet: 46, CD and C7. RGB value is (70,205,199). Sum of RGB (Red+Green+Blue) = 70+205+199=474 (62% of max value = 765). Red value is 70 (27.73% from 255 or 14.77% from 474); Green value is 205 (80.47% from 255 or 43.25% from 474); Blue value is 199 (78.12% from 255 or 41.98% from 474); Max value from RGB is 205 - color contains mainly: green. Hex color #46CDC7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46CDC7 is #B93238. Grayscale: #A3A3A3. Windows color (decimal): -12137017 or 13094214. OLE color: 13094214.

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

Color convert

RGB 70 205 199 -
CMYK 0.66 0 0.03 0.20
HSL 177.33º 0.57% 0.54% -
HSV(B) 177.33º 0.66% 0.8% -
XYZ 34.67 49.09 61.68 -
YUV 163.95 147.77 60.99 -
System Red Green Blue C M Y K H S L
Decimal 70 205 199 0.66 0 0.03 0.20 177.33 0.57 0.54
Hex 46 CD C7 42 0 3 14 B1 39 36
Octal 106 315 307 102 0 3 24 261 71 66
Binary 1000110 11001101 11000111 1000010 0 11 10100 10110001 111001 110110

Color Harmonies of #46CDC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46CDC7

Black with #46CDC7

Text Example


Text Example

White with #46CDC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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