Html Css Color HEX #4DFBDB Turquoise

📋 copy color: '#4DFBDB'

red 77 ◦ green 251 ◦ blue 219

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

Shades of Turquoise #4DFBDB

Tints of Turquoise #4DFBDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 40.04%

R = 14.08%
G = 45.89%
B = 40.04%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#4DFBDB (or 0x4DFBDB) is known color: Turquoise. HEX triplet: 4D, FB and DB. RGB value is (77,251,219). Sum of RGB (Red+Green+Blue) = 77+251+219=547 (72% of max value = 765). Red value is 77 (30.47% from 255 or 14.08% from 547); Green value is 251 (98.44% from 255 or 45.89% from 547); Blue value is 219 (85.94% from 255 or 40.04% from 547); Max value from RGB is 251 - color contains mainly: green. Hex color #4DFBDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4DFBDB is #B20424. Grayscale: #C3C3C3. Windows color (decimal): -11666469 or 14416717. OLE color: 14416717.

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

Color convert

RGB 77 251 219 -
CMYK 0.69 0 0.13 0.02
HSL 168.97º 0.96% 0.64% -
HSV(B) 168.97º 0.69% 0.98% -
XYZ 50.34 75.69 78.97 -
YUV 195.33 141.35 43.6 -
System Red Green Blue C M Y K H S L
Decimal 77 251 219 0.69 0 0.13 0.02 168.97 0.96 0.64
Hex 4D FB DB 45 0 D 2 A9 60 40
Octal 115 373 333 105 0 15 2 251 140 100
Binary 1001101 11111011 11011011 1000101 0 1101 10 10101001 1100000 1000000

Color Harmonies of #4DFBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DFBDB

Black with #4DFBDB

Text Example


Text Example

White with #4DFBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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