Html Css Color HEX #46CED5 Medium Turquoise

📋 copy color: '#46CED5'

red 70 ◦ green 206 ◦ blue 213

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

Shades of Medium Turquoise #46CED5

Tints of Medium Turquoise #46CED5

RGB

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

 GREEN value IS 206 (80.86% from 255) = 42.13%

 BLUE value IS 213 (83.59% from 255) = 43.56%

R = 14.31%
G = 42.13%
B = 43.56%

CMYK

 C value IS 0.67

 M value IS 0.03

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#46CED5 (or 0x46CED5) is known color: Medium Turquoise. HEX triplet: 46, CE and D5. RGB value is (70,206,213). Sum of RGB (Red+Green+Blue) = 70+206+213=489 (64% of max value = 765). Red value is 70 (27.73% from 255 or 14.31% from 489); Green value is 206 (80.86% from 255 or 42.13% from 489); Blue value is 213 (83.59% from 255 or 43.56% from 489); Max value from RGB is 213 - color contains mainly: blue. Hex color #46CED5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46CED5 is #B9312A. Grayscale: #A5A5A5. Windows color (decimal): -12136747 or 14011974. OLE color: 14011974.

HSL color Cylindrical-coordinate representation of color #46CED5: hue angle of 182.94º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #46CED5 is Cyan = 0.67, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 70 206 213 -
CMYK 0.67 0.03 0 0.16
HSL 182.94º 0.63% 0.55% -
HSV(B) 182.94º 0.67% 0.84% -
XYZ 36.61 50.25 70.72 -
YUV 166.13 154.44 59.43 -
System Red Green Blue C M Y K H S L
Decimal 70 206 213 0.67 0.03 0 0.16 182.94 0.63 0.55
Hex 46 CE D5 43 3 0 10 B7 3F 37
Octal 106 316 325 103 3 0 20 267 77 67
Binary 1000110 11001110 11010101 1000011 11 0 10000 10110111 111111 110111

Color Harmonies of #46CED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46CED5

Black with #46CED5

Text Example


Text Example

White with #46CED5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,206,213); }

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

background-color css

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

 a { background-color: rgb(70,206,213); }

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

border-color css

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

 span { border-color: rgb(70,206,213); }

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