Html Css Color HEX #4DFBE3 Turquoise

📋 copy color: '#4DFBE3'

red 77 ◦ green 251 ◦ blue 227

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

Shades of Turquoise #4DFBE3

Tints of Turquoise #4DFBE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 40.9%

R = 13.87%
G = 45.23%
B = 40.9%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#4DFBE3 (or 0x4DFBE3) is known color: Turquoise. HEX triplet: 4D, FB and E3. RGB value is (77,251,227). Sum of RGB (Red+Green+Blue) = 77+251+227=555 (73% of max value = 765). Red value is 77 (30.47% from 255 or 13.87% from 555); Green value is 251 (98.44% from 255 or 45.23% from 555); Blue value is 227 (89.06% from 255 or 40.90% from 555); Max value from RGB is 251 - color contains mainly: green. Hex color #4DFBE3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4DFBE3 is #B2041C. Grayscale: #C4C4C4. Windows color (decimal): -11666461 or 14941005. OLE color: 14941005.

HSL color Cylindrical-coordinate representation of color #4DFBE3: hue angle of 171.72º 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 #4DFBE3 is Cyan = 0.69, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB 77 251 227 -
CMYK 0.69 0 0.10 0.02
HSL 171.72º 0.96% 0.64% -
HSV(B) 171.72º 0.69% 0.98% -
XYZ 51.42 76.12 84.66 -
YUV 196.24 145.35 42.95 -
System Red Green Blue C M Y K H S L
Decimal 77 251 227 0.69 0 0.10 0.02 171.72 0.96 0.64
Hex 4D FB E3 45 0 A 2 AC 60 40
Octal 115 373 343 105 0 12 2 254 140 100
Binary 1001101 11111011 11100011 1000101 0 1010 10 10101100 1100000 1000000

Color Harmonies of #4DFBE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DFBE3

Black with #4DFBE3

Text Example


Text Example

White with #4DFBE3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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