Html Css Color HEX #4DFBE6 Turquoise

📋 copy color: '#4DFBE6'

red 77 ◦ green 251 ◦ blue 230

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

Shades of Turquoise #4DFBE6

Tints of Turquoise #4DFBE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 41.22%

R = 13.8%
G = 44.98%
B = 41.22%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.08

 K value IS 0.02

RGB Variations

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

Color information

#4DFBE6 (or 0x4DFBE6) is known color: Turquoise. HEX triplet: 4D, FB and E6. RGB value is (77,251,230). Sum of RGB (Red+Green+Blue) = 77+251+230=558 (73% of max value = 765). Red value is 77 (30.47% from 255 or 13.80% from 558); Green value is 251 (98.44% from 255 or 44.98% from 558); Blue value is 230 (90.23% from 255 or 41.22% from 558); Max value from RGB is 251 - color contains mainly: green. Hex color #4DFBE6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4DFBE6 is #B20419. Grayscale: #C4C4C4. Windows color (decimal): -11666458 or 15137613. OLE color: 15137613.

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

Color convert

RGB 77 251 230 -
CMYK 0.69 0 0.08 0.02
HSL 172.76º 0.96% 0.64% -
HSV(B) 172.76º 0.69% 0.98% -
XYZ 51.84 76.29 86.86 -
YUV 196.58 146.85 42.71 -
System Red Green Blue C M Y K H S L
Decimal 77 251 230 0.69 0 0.08 0.02 172.76 0.96 0.64
Hex 4D FB E6 45 0 8 2 AD 60 40
Octal 115 373 346 105 0 10 2 255 140 100
Binary 1001101 11111011 11100110 1000101 0 1000 10 10101101 1100000 1000000

Color Harmonies of #4DFBE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DFBE6

Black with #4DFBE6

Text Example


Text Example

White with #4DFBE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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