Html Css Color HEX #46CDE1 Medium Turquoise

📋 copy color: '#46CDE1'

red 70 ◦ green 205 ◦ blue 225

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

Shades of Medium Turquoise #46CDE1

Tints of Medium Turquoise #46CDE1

RGB

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

 GREEN value IS 205 (80.47% from 255) = 41%

 BLUE value IS 225 (88.28% from 255) = 45%

R = 14%
G = 41%
B = 45%

CMYK

 C value IS 0.69

 M value IS 0.09

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#46CDE1 (or 0x46CDE1) is known color: Medium Turquoise. HEX triplet: 46, CD and E1. RGB value is (70,205,225). Sum of RGB (Red+Green+Blue) = 70+205+225=500 (66% of max value = 765). Red value is 70 (27.73% from 255 or 14% from 500); Green value is 205 (80.47% from 255 or 41% from 500); Blue value is 225 (88.28% from 255 or 45% from 500); Max value from RGB is 225 - color contains mainly: blue. Hex color #46CDE1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46CDE1 is #B9321E. Grayscale: #A6A6A6. Windows color (decimal): -12136991 or 14798150. OLE color: 14798150.

HSL color Cylindrical-coordinate representation of color #46CDE1: hue angle of 187.74º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #46CDE1 is Cyan = 0.69, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 70 205 225 -
CMYK 0.69 0.09 0 0.12
HSL 187.74º 0.72% 0.58% -
HSV(B) 187.74º 0.69% 0.88% -
XYZ 37.95 50.4 78.96 -
YUV 166.92 160.77 58.87 -
System Red Green Blue C M Y K H S L
Decimal 70 205 225 0.69 0.09 0 0.12 187.74 0.72 0.58
Hex 46 CD E1 45 9 0 C BC 48 3A
Octal 106 315 341 105 11 0 14 274 110 72
Binary 1000110 11001101 11100001 1000101 1001 0 1100 10111100 1001000 111010

Color Harmonies of #46CDE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46CDE1

Black with #46CDE1

Text Example


Text Example

White with #46CDE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,205,225); }

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

background-color css

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

 a { background-color: rgb(70,205,225); }

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

border-color css

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

 span { border-color: rgb(70,205,225); }

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