Html Css Color HEX #46ECED Turquoise

📋 copy color: '#46ECED'

red 70 ◦ green 236 ◦ blue 237

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

Shades of Turquoise #46ECED

Tints of Turquoise #46ECED

RGB

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

 GREEN value IS 236 (92.58% from 255) = 43.46%

 BLUE value IS 237 (92.97% from 255) = 43.65%

R = 12.89%
G = 43.46%
B = 43.65%

CMYK

 C value IS 0.70

 M value IS 0.00

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#46ECED (or 0x46ECED) is known color: Turquoise. HEX triplet: 46, EC and ED. RGB value is (70,236,237). Sum of RGB (Red+Green+Blue) = 70+236+237=543 (71% of max value = 765). Red value is 70 (27.73% from 255 or 12.89% from 543); Green value is 236 (92.58% from 255 or 43.46% from 543); Blue value is 237 (92.97% from 255 or 43.65% from 543); Max value from RGB is 237 - color contains mainly: blue. Hex color #46ECED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #46ECED is #B91312. Grayscale: #BABABA. Windows color (decimal): -12129043 or 15592518. OLE color: 15592518.

HSL color Cylindrical-coordinate representation of color #46ECED: hue angle of 180.36º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #46ECED is Cyan = 0.70, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 70 236 237 -
CMYK 0.70 0.00 0 0.07
HSL 180.36º 0.82% 0.6% -
HSV(B) 180.36º 0.7% 0.93% -
XYZ 47.81 67.41 90.61 -
YUV 186.48 156.5 44.92 -
System Red Green Blue C M Y K H S L
Decimal 70 236 237 0.70 0.00 0 0.07 180.36 0.82 0.6
Hex 46 EC ED 46 0 0 7 B4 52 3C
Octal 106 354 355 106 0 0 7 264 122 74
Binary 1000110 11101100 11101101 1000110 0 0 111 10110100 1010010 111100

Color Harmonies of #46ECED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46ECED

Black with #46ECED

Text Example


Text Example

White with #46ECED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,236,237); }

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

background-color css

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

 a { background-color: rgb(70,236,237); }

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

border-color css

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

 span { border-color: rgb(70,236,237); }

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