Html Css Color HEX #4BFEDD Turquoise

📋 copy color: '#4BFEDD'

red 75 ◦ green 254 ◦ blue 221

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

Shades of Turquoise #4BFEDD

Tints of Turquoise #4BFEDD

RGB

 RED value IS 75 (29.69% from 255) = 13.64%

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

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

R = 13.64%
G = 46.18%
B = 40.18%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.13

 K value IS 0.00

RGB Variations

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

Color information

#4BFEDD (or 0x4BFEDD) is known color: Turquoise. HEX triplet: 4B, FE and DD. RGB value is (75,254,221). Sum of RGB (Red+Green+Blue) = 75+254+221=550 (72% of max value = 765). Red value is 75 (29.69% from 255 or 13.64% from 550); Green value is 254 (99.61% from 255 or 46.18% from 550); Blue value is 221 (86.72% from 255 or 40.18% from 550); Max value from RGB is 254 - color contains mainly: green. Hex color #4BFEDD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4BFEDD is #B40122. Grayscale: #C4C4C4. Windows color (decimal): -11796771 or 14548555. OLE color: 14548555.

HSL color Cylindrical-coordinate representation of color #4BFEDD: hue angle of 168.94º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4BFEDD is Cyan = 0.70, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.

Color convert

RGB 75 254 221 -
CMYK 0.70 0 0.13 0.00
HSL 168.94º 0.99% 0.65% -
HSV(B) 168.94º 0.7% 1% -
XYZ 51.39 77.6 80.68 -
YUV 196.72 141.7 41.18 -
System Red Green Blue C M Y K H S L
Decimal 75 254 221 0.70 0 0.13 0.00 168.94 0.99 0.65
Hex 4B FE DD 46 0 D 0 A9 63 41
Octal 113 376 335 106 0 15 0 251 143 101
Binary 1001011 11111110 11011101 1000110 0 1101 0 10101001 1100011 1000001

Color Harmonies of #4BFEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BFEDD

Black with #4BFEDD

Text Example


Text Example

White with #4BFEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4BFEDD; }

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

 H1.HeaderClassName
 {
   color: #4BFEDD;
 }
 .AnyTagClassName
 {
   color: #4BFEDD;
 }
</style>

background-color css

<style>
 a { background-color: #4BFEDD; }

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

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

border-color css

<style>
 span { border-color: #4BFEDD; }

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

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