Html Css Color HEX #46D8CA Medium Turquoise

📋 copy color: '#46D8CA'

red 70 ◦ green 216 ◦ blue 202

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

Shades of Medium Turquoise #46D8CA

Tints of Medium Turquoise #46D8CA

RGB

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

 GREEN value IS 216 (84.77% from 255) = 44.26%

 BLUE value IS 202 (79.3% from 255) = 41.39%

R = 14.34%
G = 44.26%
B = 41.39%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#46D8CA (or 0x46D8CA) is known color: Medium Turquoise. HEX triplet: 46, D8 and CA. RGB value is (70,216,202). Sum of RGB (Red+Green+Blue) = 70+216+202=488 (64% of max value = 765). Red value is 70 (27.73% from 255 or 14.34% from 488); Green value is 216 (84.77% from 255 or 44.26% from 488); Blue value is 202 (79.30% from 255 or 41.39% from 488); Max value from RGB is 216 - color contains mainly: green. Hex color #46D8CA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46D8CA is #B92735. Grayscale: #AAAAAA. Windows color (decimal): -12134198 or 13293638. OLE color: 13293638.

HSL color Cylindrical-coordinate representation of color #46D8CA: hue angle of 174.25º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #46D8CA is Cyan = 0.68, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 70 216 202 -
CMYK 0.68 0 0.06 0.15
HSL 174.25º 0.65% 0.56% -
HSV(B) 174.25º 0.68% 0.85% -
XYZ 37.74 54.68 64.44 -
YUV 170.75 145.63 56.14 -
System Red Green Blue C M Y K H S L
Decimal 70 216 202 0.68 0 0.06 0.15 174.25 0.65 0.56
Hex 46 D8 CA 44 0 6 F AE 41 38
Octal 106 330 312 104 0 6 17 256 101 70
Binary 1000110 11011000 11001010 1000100 0 110 1111 10101110 1000001 111000

Color Harmonies of #46D8CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46D8CA

Black with #46D8CA

Text Example


Text Example

White with #46D8CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,216,202); }

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

background-color css

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

 a { background-color: rgb(70,216,202); }

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

border-color css

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

 span { border-color: rgb(70,216,202); }

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