Html Css Color HEX #46CADC Medium Turquoise

📋 copy color: '#46CADC'

red 70 ◦ green 202 ◦ blue 220

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

Shades of Medium Turquoise #46CADC

Tints of Medium Turquoise #46CADC

RGB

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

 GREEN value IS 202 (79.3% from 255) = 41.06%

 BLUE value IS 220 (86.33% from 255) = 44.72%

R = 14.23%
G = 41.06%
B = 44.72%

CMYK

 C value IS 0.68

 M value IS 0.08

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#46CADC (or 0x46CADC) is known color: Medium Turquoise. HEX triplet: 46, CA and DC. RGB value is (70,202,220). Sum of RGB (Red+Green+Blue) = 70+202+220=492 (65% of max value = 765). Red value is 70 (27.73% from 255 or 14.23% from 492); Green value is 202 (79.30% from 255 or 41.06% from 492); Blue value is 220 (86.33% from 255 or 44.72% from 492); Max value from RGB is 220 - color contains mainly: blue. Hex color #46CADC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46CADC is #B93523. Grayscale: #A4A4A4. Windows color (decimal): -12137764 or 14469702. OLE color: 14469702.

HSL color Cylindrical-coordinate representation of color #46CADC: hue angle of 187.2º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #46CADC is Cyan = 0.68, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 70 202 220 -
CMYK 0.68 0.08 0 0.14
HSL 187.2º 0.68% 0.57% -
HSV(B) 187.2º 0.68% 0.86% -
XYZ 36.56 48.71 75.19 -
YUV 164.58 159.27 60.54 -
System Red Green Blue C M Y K H S L
Decimal 70 202 220 0.68 0.08 0 0.14 187.2 0.68 0.57
Hex 46 CA DC 44 8 0 E BB 44 39
Octal 106 312 334 104 10 0 16 273 104 71
Binary 1000110 11001010 11011100 1000100 1000 0 1110 10111011 1000100 111001

Color Harmonies of #46CADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46CADC

Black with #46CADC

Text Example


Text Example

White with #46CADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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