Html Css Color HEX #46D2EF Medium Turquoise

📋 copy color: '#46D2EF'

red 70 ◦ green 210 ◦ blue 239

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

Shades of Medium Turquoise #46D2EF

Tints of Medium Turquoise #46D2EF

RGB

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

 GREEN value IS 210 (82.42% from 255) = 40.46%

 BLUE value IS 239 (93.75% from 255) = 46.05%

R = 13.49%
G = 40.46%
B = 46.05%

CMYK

 C value IS 0.71

 M value IS 0.12

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#46D2EF (or 0x46D2EF) is known color: Medium Turquoise. HEX triplet: 46, D2 and EF. RGB value is (70,210,239). Sum of RGB (Red+Green+Blue) = 70+210+239=519 (68% of max value = 765). Red value is 70 (27.73% from 255 or 13.49% from 519); Green value is 210 (82.42% from 255 or 40.46% from 519); Blue value is 239 (93.75% from 255 or 46.05% from 519); Max value from RGB is 239 - color contains mainly: blue. Hex color #46D2EF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #46D2EF is #B92D10. Grayscale: #ABABAB. Windows color (decimal): -12135697 or 15716934. OLE color: 15716934.

HSL color Cylindrical-coordinate representation of color #46D2EF: hue angle of 190.3º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #46D2EF is Cyan = 0.71, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 70 210 239 -
CMYK 0.71 0.12 0 0.06
HSL 190.3º 0.84% 0.61% -
HSV(B) 190.3º 0.71% 0.94% -
XYZ 41.15 53.63 89.84 -
YUV 171.45 166.12 55.64 -
System Red Green Blue C M Y K H S L
Decimal 70 210 239 0.71 0.12 0 0.06 190.3 0.84 0.61
Hex 46 D2 EF 47 C 0 6 BE 54 3D
Octal 106 322 357 107 14 0 6 276 124 75
Binary 1000110 11010010 11101111 1000111 1100 0 110 10111110 1010100 111101

Color Harmonies of #46D2EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46D2EF

Black with #46D2EF

Text Example


Text Example

White with #46D2EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,210,239); }

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

background-color css

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

 a { background-color: rgb(70,210,239); }

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

border-color css

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

 span { border-color: rgb(70,210,239); }

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