Html Css Color HEX #4BDCD8 Turquoise

📋 copy color: '#4BDCD8'

red 75 ◦ green 220 ◦ blue 216

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

Shades of Turquoise #4BDCD8

Tints of Turquoise #4BDCD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 42.27%

R = 14.68%
G = 43.05%
B = 42.27%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.02

 K value IS 0.14

RGB Variations

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

Color information

#4BDCD8 (or 0x4BDCD8) is known color: Turquoise. HEX triplet: 4B, DC and D8. RGB value is (75,220,216). Sum of RGB (Red+Green+Blue) = 75+220+216=511 (67% of max value = 765). Red value is 75 (29.69% from 255 or 14.68% from 511); Green value is 220 (86.33% from 255 or 43.05% from 511); Blue value is 216 (84.77% from 255 or 42.27% from 511); Max value from RGB is 220 - color contains mainly: green. Hex color #4BDCD8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BDCD8 is #B42327. Grayscale: #B0B0B0. Windows color (decimal): -11805480 or 14212171. OLE color: 14212171.

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

Color convert

RGB 75 220 216 -
CMYK 0.66 0 0.02 0.14
HSL 178.34º 0.67% 0.58% -
HSV(B) 178.34º 0.66% 0.86% -
XYZ 40.89 57.64 73.94 -
YUV 176.19 150.46 55.83 -
System Red Green Blue C M Y K H S L
Decimal 75 220 216 0.66 0 0.02 0.14 178.34 0.67 0.58
Hex 4B DC D8 42 0 2 E B2 43 3A
Octal 113 334 330 102 0 2 16 262 103 72
Binary 1001011 11011100 11011000 1000010 0 10 1110 10110010 1000011 111010

Color Harmonies of #4BDCD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BDCD8

Black with #4BDCD8

Text Example


Text Example

White with #4BDCD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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