Html Css Color HEX #4BDCD2 Turquoise

📋 copy color: '#4BDCD2'

red 75 ◦ green 220 ◦ blue 210

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

Shades of Turquoise #4BDCD2

Tints of Turquoise #4BDCD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 41.58%

R = 14.85%
G = 43.56%
B = 41.58%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.05

 K value IS 0.14

RGB Variations

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

Color information

#4BDCD2 (or 0x4BDCD2) is known color: Turquoise. HEX triplet: 4B, DC and D2. RGB value is (75,220,210). Sum of RGB (Red+Green+Blue) = 75+220+210=505 (66% of max value = 765). Red value is 75 (29.69% from 255 or 14.85% from 505); Green value is 220 (86.33% from 255 or 43.56% from 505); Blue value is 210 (82.42% from 255 or 41.58% from 505); Max value from RGB is 220 - color contains mainly: green. Hex color #4BDCD2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BDCD2 is #B4232D. Grayscale: #AFAFAF. Windows color (decimal): -11805486 or 13818955. OLE color: 13818955.

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

Color convert

RGB 75 220 210 -
CMYK 0.66 0 0.05 0.14
HSL 175.86º 0.67% 0.58% -
HSV(B) 175.86º 0.66% 0.86% -
XYZ 40.13 57.34 69.92 -
YUV 175.51 147.46 56.31 -
System Red Green Blue C M Y K H S L
Decimal 75 220 210 0.66 0 0.05 0.14 175.86 0.67 0.58
Hex 4B DC D2 42 0 5 E B0 43 3A
Octal 113 334 322 102 0 5 16 260 103 72
Binary 1001011 11011100 11010010 1000010 0 101 1110 10110000 1000011 111010

Color Harmonies of #4BDCD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BDCD2

Black with #4BDCD2

Text Example


Text Example

White with #4BDCD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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