Html Css Color HEX #4BDADD Medium Turquoise

📋 copy color: '#4BDADD'

red 75 ◦ green 218 ◦ blue 221

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

Shades of Medium Turquoise #4BDADD

Tints of Medium Turquoise #4BDADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 43%

R = 14.59%
G = 42.41%
B = 43%

CMYK

 C value IS 0.66

 M value IS 0.01

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4BDADD (or 0x4BDADD) is known color: Medium Turquoise. HEX triplet: 4B, DA and DD. RGB value is (75,218,221). Sum of RGB (Red+Green+Blue) = 75+218+221=514 (68% of max value = 765). Red value is 75 (29.69% from 255 or 14.59% from 514); Green value is 218 (85.55% from 255 or 42.41% from 514); Blue value is 221 (86.72% from 255 or 43.00% from 514); Max value from RGB is 221 - color contains mainly: blue. Hex color #4BDADD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BDADD is #B42522. Grayscale: #AFAFAF. Windows color (decimal): -11805987 or 14539339. OLE color: 14539339.

HSL color Cylindrical-coordinate representation of color #4BDADD: hue angle of 181.23º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4BDADD is Cyan = 0.66, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 75 218 221 -
CMYK 0.66 0.01 0 0.13
HSL 181.23º 0.68% 0.58% -
HSV(B) 181.23º 0.66% 0.87% -
XYZ 41.02 56.86 77.22 -
YUV 175.59 153.62 56.26 -
System Red Green Blue C M Y K H S L
Decimal 75 218 221 0.66 0.01 0 0.13 181.23 0.68 0.58
Hex 4B DA DD 42 1 0 D B5 44 3A
Octal 113 332 335 102 1 0 15 265 104 72
Binary 1001011 11011010 11011101 1000010 1 0 1101 10110101 1000100 111010

Color Harmonies of #4BDADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BDADD

Black with #4BDADD

Text Example


Text Example

White with #4BDADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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