Html Css Color HEX #46CEDF Medium Turquoise

📋 copy color: '#46CEDF'

red 70 ◦ green 206 ◦ blue 223

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

Shades of Medium Turquoise #46CEDF

Tints of Medium Turquoise #46CEDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 44.69%

R = 14.03%
G = 41.28%
B = 44.69%

CMYK

 C value IS 0.69

 M value IS 0.08

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#46CEDF (or 0x46CEDF) is known color: Medium Turquoise. HEX triplet: 46, CE and DF. RGB value is (70,206,223). Sum of RGB (Red+Green+Blue) = 70+206+223=499 (66% of max value = 765). Red value is 70 (27.73% from 255 or 14.03% from 499); Green value is 206 (80.86% from 255 or 41.28% from 499); Blue value is 223 (87.5% from 255 or 44.69% from 499); Max value from RGB is 223 - color contains mainly: blue. Hex color #46CEDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46CEDF is #B93120. Grayscale: #A7A7A7. Windows color (decimal): -12136737 or 14667334. OLE color: 14667334.

HSL color Cylindrical-coordinate representation of color #46CEDF: hue angle of 186.67º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #46CEDF is Cyan = 0.69, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 70 206 223 -
CMYK 0.69 0.08 0 0.13
HSL 186.67º 0.71% 0.57% -
HSV(B) 186.67º 0.69% 0.87% -
XYZ 37.92 50.77 77.61 -
YUV 167.27 159.44 58.62 -
System Red Green Blue C M Y K H S L
Decimal 70 206 223 0.69 0.08 0 0.13 186.67 0.71 0.57
Hex 46 CE DF 45 8 0 D BB 47 39
Octal 106 316 337 105 10 0 15 273 107 71
Binary 1000110 11001110 11011111 1000101 1000 0 1101 10111011 1000111 111001

Color Harmonies of #46CEDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46CEDF

Black with #46CEDF

Text Example


Text Example

White with #46CEDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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