Html Css Color HEX #4BDBDA Turquoise

📋 copy color: '#4BDBDA'

red 75 ◦ green 219 ◦ blue 218

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

Shades of Turquoise #4BDBDA

Tints of Turquoise #4BDBDA

RGB

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

 GREEN value IS 219 (85.94% from 255) = 42.77%

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

R = 14.65%
G = 42.77%
B = 42.58%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.00

 K value IS 0.14

RGB Variations

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

Color information

#4BDBDA (or 0x4BDBDA) is known color: Turquoise. HEX triplet: 4B, DB and DA. RGB value is (75,219,218). Sum of RGB (Red+Green+Blue) = 75+219+218=512 (67% of max value = 765). Red value is 75 (29.69% from 255 or 14.65% from 512); Green value is 219 (85.94% from 255 or 42.77% from 512); Blue value is 218 (85.55% from 255 or 42.58% from 512); Max value from RGB is 219 - color contains mainly: green. Hex color #4BDBDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BDBDA is #B42425. Grayscale: #AFAFAF. Windows color (decimal): -11805734 or 14342987. OLE color: 14342987.

HSL color Cylindrical-coordinate representation of color #4BDBDA: hue angle of 179.58º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4BDBDA is Cyan = 0.66, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.14.

Color convert

RGB 75 219 218 -
CMYK 0.66 0 0.00 0.14
HSL 179.58º 0.67% 0.58% -
HSV(B) 179.58º 0.66% 0.86% -
XYZ 40.89 57.22 75.22 -
YUV 175.83 151.79 56.08 -
System Red Green Blue C M Y K H S L
Decimal 75 219 218 0.66 0 0.00 0.14 179.58 0.67 0.58
Hex 4B DB DA 42 0 0 E B4 43 3A
Octal 113 333 332 102 0 0 16 264 103 72
Binary 1001011 11011011 11011010 1000010 0 0 1110 10110100 1000011 111010

Color Harmonies of #4BDBDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BDBDA

Black with #4BDBDA

Text Example


Text Example

White with #4BDBDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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