Html Css Color HEX #4CDDD5 Turquoise

📋 copy color: '#4CDDD5'

red 76 ◦ green 221 ◦ blue 213

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

Shades of Turquoise #4CDDD5

Tints of Turquoise #4CDDD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 41.76%

R = 14.9%
G = 43.33%
B = 41.76%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.04

 K value IS 0.13

RGB Variations

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

Color information

#4CDDD5 (or 0x4CDDD5) is known color: Turquoise. HEX triplet: 4C, DD and D5. RGB value is (76,221,213). Sum of RGB (Red+Green+Blue) = 76+221+213=510 (67% of max value = 765). Red value is 76 (30.08% from 255 or 14.90% from 510); Green value is 221 (86.72% from 255 or 43.33% from 510); Blue value is 213 (83.59% from 255 or 41.76% from 510); Max value from RGB is 221 - color contains mainly: green. Hex color #4CDDD5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CDDD5 is #B3222A. Grayscale: #B0B0B0. Windows color (decimal): -11739691 or 14015820. OLE color: 14015820.

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

Color convert

RGB 76 221 213 -
CMYK 0.66 0 0.04 0.13
HSL 176.69º 0.68% 0.58% -
HSV(B) 176.69º 0.66% 0.87% -
XYZ 40.85 58.05 72 -
YUV 176.73 148.46 56.15 -
System Red Green Blue C M Y K H S L
Decimal 76 221 213 0.66 0 0.04 0.13 176.69 0.68 0.58
Hex 4C DD D5 42 0 4 D B1 44 3A
Octal 114 335 325 102 0 4 15 261 104 72
Binary 1001100 11011101 11010101 1000010 0 100 1101 10110001 1000100 111010

Color Harmonies of #4CDDD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CDDD5

Black with #4CDDD5

Text Example


Text Example

White with #4CDDD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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