Html Css Color HEX #4BDCDA Turquoise

📋 copy color: '#4BDCDA'

red 75 ◦ green 220 ◦ blue 218

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

Shades of Turquoise #4BDCDA

Tints of Turquoise #4BDCDA

RGB

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

 GREEN value IS 220 (86.33% from 255) = 42.88%

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

R = 14.62%
G = 42.88%
B = 42.5%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.01

 K value IS 0.14

RGB Variations

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

Color information

#4BDCDA (or 0x4BDCDA) is known color: Turquoise. HEX triplet: 4B, DC and DA. RGB value is (75,220,218). Sum of RGB (Red+Green+Blue) = 75+220+218=513 (67% of max value = 765). Red value is 75 (29.69% from 255 or 14.62% from 513); Green value is 220 (86.33% from 255 or 42.88% from 513); Blue value is 218 (85.55% from 255 or 42.50% from 513); Max value from RGB is 220 - color contains mainly: green. Hex color #4BDCDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BDCDA is #B42325. Grayscale: #B0B0B0. Windows color (decimal): -11805478 or 14343243. OLE color: 14343243.

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

Color convert

RGB 75 220 218 -
CMYK 0.66 0 0.01 0.14
HSL 179.17º 0.67% 0.58% -
HSV(B) 179.17º 0.66% 0.86% -
XYZ 41.15 57.74 75.31 -
YUV 176.42 151.46 55.66 -
System Red Green Blue C M Y K H S L
Decimal 75 220 218 0.66 0 0.01 0.14 179.17 0.67 0.58
Hex 4B DC DA 42 0 1 E B3 43 3A
Octal 113 334 332 102 0 1 16 263 103 72
Binary 1001011 11011100 11011010 1000010 0 1 1110 10110011 1000011 111010

Color Harmonies of #4BDCDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BDCDA

Black with #4BDCDA

Text Example


Text Example

White with #4BDCDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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