Html Css Color HEX #46CADE Medium Turquoise

📋 copy color: '#46CADE'

red 70 ◦ green 202 ◦ blue 222

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

Shades of Medium Turquoise #46CADE

Tints of Medium Turquoise #46CADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 44.94%

R = 14.17%
G = 40.89%
B = 44.94%

CMYK

 C value IS 0.68

 M value IS 0.09

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#46CADE (or 0x46CADE) is known color: Medium Turquoise. HEX triplet: 46, CA and DE. RGB value is (70,202,222). Sum of RGB (Red+Green+Blue) = 70+202+222=494 (65% of max value = 765). Red value is 70 (27.73% from 255 or 14.17% from 494); Green value is 202 (79.30% from 255 or 40.89% from 494); Blue value is 222 (87.11% from 255 or 44.94% from 494); Max value from RGB is 222 - color contains mainly: blue. Hex color #46CADE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46CADE is #B93521. Grayscale: #A4A4A4. Windows color (decimal): -12137762 or 14600774. OLE color: 14600774.

HSL color Cylindrical-coordinate representation of color #46CADE: hue angle of 187.89º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #46CADE is Cyan = 0.68, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 70 202 222 -
CMYK 0.68 0.09 0 0.13
HSL 187.89º 0.7% 0.57% -
HSV(B) 187.89º 0.68% 0.87% -
XYZ 36.83 48.82 76.59 -
YUV 164.81 160.27 60.37 -
System Red Green Blue C M Y K H S L
Decimal 70 202 222 0.68 0.09 0 0.13 187.89 0.7 0.57
Hex 46 CA DE 44 9 0 D BC 46 39
Octal 106 312 336 104 11 0 15 274 106 71
Binary 1000110 11001010 11011110 1000100 1001 0 1101 10111100 1000110 111001

Color Harmonies of #46CADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46CADE

Black with #46CADE

Text Example


Text Example

White with #46CADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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