Html Css Color HEX #46CED0 Medium Turquoise

📋 copy color: '#46CED0'

red 70 ◦ green 206 ◦ blue 208

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

Shades of Medium Turquoise #46CED0

Tints of Medium Turquoise #46CED0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 42.98%

R = 14.46%
G = 42.56%
B = 42.98%

CMYK

 C value IS 0.66

 M value IS 0.01

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#46CED0 (or 0x46CED0) is known color: Medium Turquoise. HEX triplet: 46, CE and D0. RGB value is (70,206,208). Sum of RGB (Red+Green+Blue) = 70+206+208=484 (64% of max value = 765). Red value is 70 (27.73% from 255 or 14.46% from 484); Green value is 206 (80.86% from 255 or 42.56% from 484); Blue value is 208 (81.64% from 255 or 42.98% from 484); Max value from RGB is 208 - color contains mainly: blue. Hex color #46CED0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46CED0 is #B9312F. Grayscale: #A5A5A5. Windows color (decimal): -12136752 or 13684294. OLE color: 13684294.

HSL color Cylindrical-coordinate representation of color #46CED0: hue angle of 180.87º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #46CED0 is Cyan = 0.66, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 70 206 208 -
CMYK 0.66 0.01 0 0.18
HSL 180.87º 0.59% 0.55% -
HSV(B) 180.87º 0.66% 0.82% -
XYZ 35.98 50 67.43 -
YUV 165.56 151.94 59.84 -
System Red Green Blue C M Y K H S L
Decimal 70 206 208 0.66 0.01 0 0.18 180.87 0.59 0.55
Hex 46 CE D0 42 1 0 12 B5 3B 37
Octal 106 316 320 102 1 0 22 265 73 67
Binary 1000110 11001110 11010000 1000010 1 0 10010 10110101 111011 110111

Color Harmonies of #46CED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46CED0

Black with #46CED0

Text Example


Text Example

White with #46CED0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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