Html Css Color HEX #4CDDD2 Turquoise

📋 copy color: '#4CDDD2'

red 76 ◦ green 221 ◦ blue 210

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

Shades of Turquoise #4CDDD2

Tints of Turquoise #4CDDD2

RGB

 RED value IS 76 (30.08% from 255) = 14.99%

 GREEN value IS 221 (86.72% from 255) = 43.59%

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

R = 14.99%
G = 43.59%
B = 41.42%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#4CDDD2 (or 0x4CDDD2) is known color: Turquoise. HEX triplet: 4C, DD and D2. RGB value is (76,221,210). Sum of RGB (Red+Green+Blue) = 76+221+210=507 (67% of max value = 765). Red value is 76 (30.08% from 255 or 14.99% from 507); Green value is 221 (86.72% from 255 or 43.59% from 507); Blue value is 210 (82.42% from 255 or 41.42% from 507); Max value from RGB is 221 - color contains mainly: green. Hex color #4CDDD2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CDDD2 is #B3222D. Grayscale: #B0B0B0. Windows color (decimal): -11739694 or 13819212. OLE color: 13819212.

HSL color Cylindrical-coordinate representation of color #4CDDD2: hue angle of 175.45º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4CDDD2 is Cyan = 0.66, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.

Color convert

RGB 76 221 210 -
CMYK 0.66 0 0.05 0.13
HSL 175.45º 0.68% 0.58% -
HSV(B) 175.45º 0.66% 0.87% -
XYZ 40.47 57.9 70.02 -
YUV 176.39 146.96 56.39 -
System Red Green Blue C M Y K H S L
Decimal 76 221 210 0.66 0 0.05 0.13 175.45 0.68 0.58
Hex 4C DD D2 42 0 5 D AF 44 3A
Octal 114 335 322 102 0 5 15 257 104 72
Binary 1001100 11011101 11010010 1000010 0 101 1101 10101111 1000100 111010

Color Harmonies of #4CDDD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CDDD2

Black with #4CDDD2

Text Example


Text Example

White with #4CDDD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,221,210); }

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

background-color css

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

 a { background-color: rgb(76,221,210); }

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

border-color css

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

 span { border-color: rgb(76,221,210); }

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