Html Css Color HEX #4CDDC1 Turquoise

📋 copy color: '#4CDDC1'

red 76 ◦ green 221 ◦ blue 193

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

Shades of Turquoise #4CDDC1

Tints of Turquoise #4CDDC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 39.39%

R = 15.51%
G = 45.1%
B = 39.39%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.13

 K value IS 0.13

RGB Variations

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

Color information

#4CDDC1 (or 0x4CDDC1) is known color: Turquoise. HEX triplet: 4C, DD and C1. RGB value is (76,221,193). Sum of RGB (Red+Green+Blue) = 76+221+193=490 (64% of max value = 765). Red value is 76 (30.08% from 255 or 15.51% from 490); Green value is 221 (86.72% from 255 or 45.10% from 490); Blue value is 193 (75.78% from 255 or 39.39% from 490); Max value from RGB is 221 - color contains mainly: green. Hex color #4CDDC1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CDDC1 is #B3223E. Grayscale: #AEAEAE. Windows color (decimal): -11739711 or 12705100. OLE color: 12705100.

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

Color convert

RGB 76 221 193 -
CMYK 0.66 0 0.13 0.13
HSL 168.41º 0.68% 0.58% -
HSV(B) 168.41º 0.66% 0.87% -
XYZ 38.46 57.1 59.45 -
YUV 174.45 138.46 57.78 -
System Red Green Blue C M Y K H S L
Decimal 76 221 193 0.66 0 0.13 0.13 168.41 0.68 0.58
Hex 4C DD C1 42 0 D D A8 44 3A
Octal 114 335 301 102 0 15 15 250 104 72
Binary 1001100 11011101 11000001 1000010 0 1101 1101 10101000 1000100 111010

Color Harmonies of #4CDDC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CDDC1

Black with #4CDDC1

Text Example


Text Example

White with #4CDDC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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