Html Css Color HEX #4DFBEB Turquoise

📋 copy color: '#4DFBEB'

red 77 ◦ green 251 ◦ blue 235

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

Shades of Turquoise #4DFBEB

Tints of Turquoise #4DFBEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 41.74%

R = 13.68%
G = 44.58%
B = 41.74%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#4DFBEB (or 0x4DFBEB) is known color: Turquoise. HEX triplet: 4D, FB and EB. RGB value is (77,251,235). Sum of RGB (Red+Green+Blue) = 77+251+235=563 (74% of max value = 765). Red value is 77 (30.47% from 255 or 13.68% from 563); Green value is 251 (98.44% from 255 or 44.58% from 563); Blue value is 235 (92.19% from 255 or 41.74% from 563); Max value from RGB is 251 - color contains mainly: green. Hex color #4DFBEB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4DFBEB is #B20414. Grayscale: #C5C5C5. Windows color (decimal): -11666453 or 15465293. OLE color: 15465293.

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

Color convert

RGB 77 251 235 -
CMYK 0.69 0 0.06 0.02
HSL 174.48º 0.96% 0.64% -
HSV(B) 174.48º 0.69% 0.98% -
XYZ 52.55 76.57 90.61 -
YUV 197.15 149.35 42.3 -
System Red Green Blue C M Y K H S L
Decimal 77 251 235 0.69 0 0.06 0.02 174.48 0.96 0.64
Hex 4D FB EB 45 0 6 2 AE 60 40
Octal 115 373 353 105 0 6 2 256 140 100
Binary 1001101 11111011 11101011 1000101 0 110 10 10101110 1100000 1000000

Color Harmonies of #4DFBEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DFBEB

Black with #4DFBEB

Text Example


Text Example

White with #4DFBEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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