Html Css Color HEX #46CADB Medium Turquoise

📋 copy color: '#46CADB'

red 70 ◦ green 202 ◦ blue 219

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

Shades of Medium Turquoise #46CADB

Tints of Medium Turquoise #46CADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 44.6%

R = 14.26%
G = 41.14%
B = 44.6%

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

#46CADB (or 0x46CADB) is known color: Medium Turquoise. HEX triplet: 46, CA and DB. RGB value is (70,202,219). Sum of RGB (Red+Green+Blue) = 70+202+219=491 (65% of max value = 765). Red value is 70 (27.73% from 255 or 14.26% from 491); Green value is 202 (79.30% from 255 or 41.14% from 491); Blue value is 219 (85.94% from 255 or 44.60% from 491); Max value from RGB is 219 - color contains mainly: blue. Hex color #46CADB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46CADB is #B93524. Grayscale: #A4A4A4. Windows color (decimal): -12137765 or 14404166. OLE color: 14404166.

HSL color Cylindrical-coordinate representation of color #46CADB: hue angle of 186.85º degrees, saturation: 0.67, 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 #46CADB is Cyan = 0.68, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 70 202 219 -
CMYK 0.68 0.08 0 0.14
HSL 186.85º 0.67% 0.57% -
HSV(B) 186.85º 0.68% 0.86% -
XYZ 36.43 48.66 74.49 -
YUV 164.47 158.77 60.62 -
System Red Green Blue C M Y K H S L
Decimal 70 202 219 0.68 0.08 0 0.14 186.85 0.67 0.57
Hex 46 CA DB 44 8 0 E BB 43 39
Octal 106 312 333 104 10 0 16 273 103 71
Binary 1000110 11001010 11011011 1000100 1000 0 1110 10111011 1000011 111001

Color Harmonies of #46CADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46CADB

Black with #46CADB

Text Example


Text Example

White with #46CADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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