Html Css Color HEX #46CCDB Medium Turquoise

📋 copy color: '#46CCDB'

red 70 ◦ green 204 ◦ blue 219

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

Shades of Medium Turquoise #46CCDB

Tints of Medium Turquoise #46CCDB

RGB

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

 GREEN value IS 204 (80.08% from 255) = 41.38%

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

R = 14.2%
G = 41.38%
B = 44.42%

CMYK

 C value IS 0.68

 M value IS 0.07

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#46CCDB (or 0x46CCDB) is known color: Medium Turquoise. HEX triplet: 46, CC and DB. RGB value is (70,204,219). Sum of RGB (Red+Green+Blue) = 70+204+219=493 (65% of max value = 765). Red value is 70 (27.73% from 255 or 14.20% from 493); Green value is 204 (80.08% from 255 or 41.38% from 493); Blue value is 219 (85.94% from 255 or 44.42% from 493); Max value from RGB is 219 - color contains mainly: blue. Hex color #46CCDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46CCDB is #B93324. Grayscale: #A5A5A5. Windows color (decimal): -12137253 or 14404678. OLE color: 14404678.

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

Color convert

RGB 70 204 219 -
CMYK 0.68 0.07 0 0.14
HSL 186.04º 0.67% 0.57% -
HSV(B) 186.04º 0.68% 0.86% -
XYZ 36.9 49.6 74.65 -
YUV 165.64 158.11 59.78 -
System Red Green Blue C M Y K H S L
Decimal 70 204 219 0.68 0.07 0 0.14 186.04 0.67 0.57
Hex 46 CC DB 44 7 0 E BA 43 39
Octal 106 314 333 104 7 0 16 272 103 71
Binary 1000110 11001100 11011011 1000100 111 0 1110 10111010 1000011 111001

Color Harmonies of #46CCDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46CCDB

Black with #46CCDB

Text Example


Text Example

White with #46CCDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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