Html Css Color HEX #4DDFBB Turquoise

📋 copy color: '#4DDFBB'

red 77 ◦ green 223 ◦ blue 187

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

Shades of Turquoise #4DDFBB

Tints of Turquoise #4DDFBB

RGB

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

 GREEN value IS 223 (87.5% from 255) = 45.79%

 BLUE value IS 187 (73.44% from 255) = 38.4%

R = 15.81%
G = 45.79%
B = 38.4%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#4DDFBB (or 0x4DDFBB) is known color: Turquoise. HEX triplet: 4D, DF and BB. RGB value is (77,223,187). Sum of RGB (Red+Green+Blue) = 77+223+187=487 (64% of max value = 765). Red value is 77 (30.47% from 255 or 15.81% from 487); Green value is 223 (87.5% from 255 or 45.79% from 487); Blue value is 187 (73.44% from 255 or 38.40% from 487); Max value from RGB is 223 - color contains mainly: green. Hex color #4DDFBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DDFBB is #B22044. Grayscale: #AFAFAF. Windows color (decimal): -11673669 or 12312397. OLE color: 12312397.

HSL color Cylindrical-coordinate representation of color #4DDFBB: hue angle of 165.21º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4DDFBB is Cyan = 0.65, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB 77 223 187 -
CMYK 0.65 0 0.16 0.13
HSL 165.21º 0.7% 0.59% -
HSV(B) 165.21º 0.65% 0.87% -
XYZ 38.42 57.94 56.17 -
YUV 175.24 134.63 57.93 -
System Red Green Blue C M Y K H S L
Decimal 77 223 187 0.65 0 0.16 0.13 165.21 0.7 0.59
Hex 4D DF BB 41 0 10 D A5 46 3B
Octal 115 337 273 101 0 20 15 245 106 73
Binary 1001101 11011111 10111011 1000001 0 10000 1101 10100101 1000110 111011

Color Harmonies of #4DDFBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DDFBB

Black with #4DDFBB

Text Example


Text Example

White with #4DDFBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,223,187); }

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

background-color css

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

 a { background-color: rgb(77,223,187); }

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

border-color css

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

 span { border-color: rgb(77,223,187); }

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