Html Css Color HEX #4BDADA Medium Turquoise

📋 copy color: '#4BDADA'

red 75 ◦ green 218 ◦ blue 218

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

Shades of Medium Turquoise #4BDADA

Tints of Medium Turquoise #4BDADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 42.66%

R = 14.68%
G = 42.66%
B = 42.66%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#4BDADA (or 0x4BDADA) is known color: Medium Turquoise. HEX triplet: 4B, DA and DA. RGB value is (75,218,218). Sum of RGB (Red+Green+Blue) = 75+218+218=511 (67% of max value = 765). Red value is 75 (29.69% from 255 or 14.68% from 511); Green value is 218 (85.55% from 255 or 42.66% from 511); Blue value is 218 (85.55% from 255 or 42.66% from 511); Max value from RGB is 218 - color contains mainly: green, blue. Hex color #4BDADA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BDADA is #B42525. Grayscale: #AFAFAF. Windows color (decimal): -11805990 or 14342731. OLE color: 14342731.

HSL color Cylindrical-coordinate representation of color #4BDADA: hue angle of 180º 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 #4BDADA is Cyan = 0.66, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 75 218 218 -
CMYK 0.66 0 0 0.15
HSL 180º 0.66% 0.57% -
HSV(B) 180º 0.66% 0.85% -
XYZ 40.63 56.7 75.13 -
YUV 175.24 152.12 56.5 -
System Red Green Blue C M Y K H S L
Decimal 75 218 218 0.66 0 0 0.15 180 0.66 0.57
Hex 4B DA DA 42 0 0 F B4 42 39
Octal 113 332 332 102 0 0 17 264 102 71
Binary 1001011 11011010 11011010 1000010 0 0 1111 10110100 1000010 111001

Color Harmonies of #4BDADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BDADA

Black with #4BDADA

Text Example


Text Example

White with #4BDADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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