Html Css Color HEX #4BDAD6 Medium Turquoise

📋 copy color: '#4BDAD6'

red 75 ◦ green 218 ◦ blue 214

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

Shades of Medium Turquoise #4BDAD6

Tints of Medium Turquoise #4BDAD6

RGB

 RED value IS 75 (29.69% from 255) = 14.79%

 GREEN value IS 218 (85.55% from 255) = 43%

 BLUE value IS 214 (83.98% from 255) = 42.21%

R = 14.79%
G = 43%
B = 42.21%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.02

 K value IS 0.15

RGB Variations

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

Color information

#4BDAD6 (or 0x4BDAD6) is known color: Medium Turquoise. HEX triplet: 4B, DA and D6. RGB value is (75,218,214). Sum of RGB (Red+Green+Blue) = 75+218+214=507 (67% of max value = 765). Red value is 75 (29.69% from 255 or 14.79% from 507); Green value is 218 (85.55% from 255 or 43.00% from 507); Blue value is 214 (83.98% from 255 or 42.21% from 507); Max value from RGB is 218 - color contains mainly: green. Hex color #4BDAD6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BDAD6 is #B42529. Grayscale: #AEAEAE. Windows color (decimal): -11805994 or 14080587. OLE color: 14080587.

HSL color Cylindrical-coordinate representation of color #4BDAD6: hue angle of 178.32º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4BDAD6 is Cyan = 0.66, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.15.

Color convert

RGB 75 218 214 -
CMYK 0.66 0 0.02 0.15
HSL 178.32º 0.66% 0.57% -
HSV(B) 178.32º 0.66% 0.85% -
XYZ 40.11 56.49 72.41 -
YUV 174.79 150.12 56.83 -
System Red Green Blue C M Y K H S L
Decimal 75 218 214 0.66 0 0.02 0.15 178.32 0.66 0.57
Hex 4B DA D6 42 0 2 F B2 42 39
Octal 113 332 326 102 0 2 17 262 102 71
Binary 1001011 11011010 11010110 1000010 0 10 1111 10110010 1000010 111001

Color Harmonies of #4BDAD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BDAD6

Black with #4BDAD6

Text Example


Text Example

White with #4BDAD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,218,214); }

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

background-color css

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

 a { background-color: rgb(75,218,214); }

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

border-color css

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

 span { border-color: rgb(75,218,214); }

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