Html Css Color HEX #46FEDD Turquoise

📋 copy color: '#46FEDD'

red 70 ◦ green 254 ◦ blue 221

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

Shades of Turquoise #46FEDD

Tints of Turquoise #46FEDD

RGB

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

 GREEN value IS 254 (99.61% from 255) = 46.61%

 BLUE value IS 221 (86.72% from 255) = 40.55%

R = 12.84%
G = 46.61%
B = 40.55%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.13

 K value IS 0.00

RGB Variations

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

Color information

#46FEDD (or 0x46FEDD) is known color: Turquoise. HEX triplet: 46, FE and DD. RGB value is (70,254,221). Sum of RGB (Red+Green+Blue) = 70+254+221=545 (72% of max value = 765). Red value is 70 (27.73% from 255 or 12.84% from 545); Green value is 254 (99.61% from 255 or 46.61% from 545); Blue value is 221 (86.72% from 255 or 40.55% from 545); Max value from RGB is 254 - color contains mainly: green. Hex color #46FEDD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #46FEDD is #B90122. Grayscale: #C3C3C3. Windows color (decimal): -12124451 or 14548550. OLE color: 14548550.

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

Color convert

RGB 70 254 221 -
CMYK 0.72 0 0.13 0.00
HSL 169.24º 0.99% 0.64% -
HSV(B) 169.24º 0.72% 1% -
XYZ 51.02 77.41 80.66 -
YUV 195.22 142.54 38.68 -
System Red Green Blue C M Y K H S L
Decimal 70 254 221 0.72 0 0.13 0.00 169.24 0.99 0.64
Hex 46 FE DD 48 0 D 0 A9 63 40
Octal 106 376 335 110 0 15 0 251 143 100
Binary 1000110 11111110 11011101 1001000 0 1101 0 10101001 1100011 1000000

Color Harmonies of #46FEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46FEDD

Black with #46FEDD

Text Example


Text Example

White with #46FEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,254,221); }

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

background-color css

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

 a { background-color: rgb(70,254,221); }

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

border-color css

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

 span { border-color: rgb(70,254,221); }

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