Html Css Color HEX #4DFBE0 Turquoise

📋 copy color: '#4DFBE0'

red 77 ◦ green 251 ◦ blue 224

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

Shades of Turquoise #4DFBE0

Tints of Turquoise #4DFBE0

RGB

 RED value IS 77 (30.47% from 255) = 13.95%

 GREEN value IS 251 (98.44% from 255) = 45.47%

 BLUE value IS 224 (87.89% from 255) = 40.58%

R = 13.95%
G = 45.47%
B = 40.58%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#4DFBE0 (or 0x4DFBE0) is known color: Turquoise. HEX triplet: 4D, FB and E0. RGB value is (77,251,224). Sum of RGB (Red+Green+Blue) = 77+251+224=552 (73% of max value = 765). Red value is 77 (30.47% from 255 or 13.95% from 552); Green value is 251 (98.44% from 255 or 45.47% from 552); Blue value is 224 (87.89% from 255 or 40.58% from 552); Max value from RGB is 251 - color contains mainly: green. Hex color #4DFBE0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4DFBE0 is #B2041F. Grayscale: #C3C3C3. Windows color (decimal): -11666464 or 14744397. OLE color: 14744397.

HSL color Cylindrical-coordinate representation of color #4DFBE0: hue angle of 170.69º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4DFBE0 is Cyan = 0.69, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.

Color convert

RGB 77 251 224 -
CMYK 0.69 0 0.11 0.02
HSL 170.69º 0.96% 0.64% -
HSV(B) 170.69º 0.69% 0.98% -
XYZ 51.01 75.95 82.49 -
YUV 195.9 143.85 43.2 -
System Red Green Blue C M Y K H S L
Decimal 77 251 224 0.69 0 0.11 0.02 170.69 0.96 0.64
Hex 4D FB E0 45 0 B 2 AB 60 40
Octal 115 373 340 105 0 13 2 253 140 100
Binary 1001101 11111011 11100000 1000101 0 1011 10 10101011 1100000 1000000

Color Harmonies of #4DFBE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DFBE0

Black with #4DFBE0

Text Example


Text Example

White with #4DFBE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,251,224); }

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

background-color css

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

 a { background-color: rgb(77,251,224); }

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

border-color css

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

 span { border-color: rgb(77,251,224); }

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