Html Css Color HEX #46FFED Turquoise

📋 copy color: '#46FFED'

red 70 ◦ green 255 ◦ blue 237

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

Shades of Turquoise #46FFED

Tints of Turquoise #46FFED

RGB

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

 GREEN value IS 255 (100% from 255) = 45.37%

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

R = 12.46%
G = 45.37%
B = 42.17%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.07

 K value IS 0

RGB Variations

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

Color information

#46FFED (or 0x46FFED) is known color: Turquoise. HEX triplet: 46, FF and ED. RGB value is (70,255,237). Sum of RGB (Red+Green+Blue) = 70+255+237=562 (74% of max value = 765). Red value is 70 (27.73% from 255 or 12.46% from 562); Green value is 255 (100% from 255 or 45.37% from 562); Blue value is 237 (92.97% from 255 or 42.17% from 562); Max value from RGB is 255 - color contains mainly: green. Hex color #46FFED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #46FFED is #B90012. Grayscale: #C5C5C5. Windows color (decimal): -12124179 or 15597382. OLE color: 15597382.

HSL color Cylindrical-coordinate representation of color #46FFED: hue angle of 174.16º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #46FFED is Cyan = 0.73, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.

Color convert

RGB 70 255 237 -
CMYK 0.73 0 0.07 0
HSL 174.16º 1% 0.64% -
HSV(B) 174.16º 0.73% 1% -
XYZ 53.57 78.94 92.53 -
YUV 197.63 150.21 36.96 -
System Red Green Blue C M Y K H S L
Decimal 70 255 237 0.73 0 0.07 0 174.16 1 0.64
Hex 46 FF ED 49 0 7 0 AE 64 40
Octal 106 377 355 111 0 7 0 256 144 100
Binary 1000110 11111111 11101101 1001001 0 111 0 10101110 1100100 1000000

Color Harmonies of #46FFED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46FFED

Black with #46FFED

Text Example


Text Example

White with #46FFED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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