Html Css Color HEX #4CDDCE Turquoise

📋 copy color: '#4CDDCE'

red 76 ◦ green 221 ◦ blue 206

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

Shades of Turquoise #4CDDCE

Tints of Turquoise #4CDDCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 40.95%

R = 15.11%
G = 43.94%
B = 40.95%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#4CDDCE (or 0x4CDDCE) is known color: Turquoise. HEX triplet: 4C, DD and CE. RGB value is (76,221,206). Sum of RGB (Red+Green+Blue) = 76+221+206=503 (66% of max value = 765). Red value is 76 (30.08% from 255 or 15.11% from 503); Green value is 221 (86.72% from 255 or 43.94% from 503); Blue value is 206 (80.86% from 255 or 40.95% from 503); Max value from RGB is 221 - color contains mainly: green. Hex color #4CDDCE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CDDCE is #B32231. Grayscale: #AFAFAF. Windows color (decimal): -11739698 or 13557068. OLE color: 13557068.

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

Color convert

RGB 76 221 206 -
CMYK 0.66 0 0.07 0.13
HSL 173.79º 0.68% 0.58% -
HSV(B) 173.79º 0.66% 0.87% -
XYZ 39.98 57.71 67.42 -
YUV 175.94 144.96 56.72 -
System Red Green Blue C M Y K H S L
Decimal 76 221 206 0.66 0 0.07 0.13 173.79 0.68 0.58
Hex 4C DD CE 42 0 7 D AE 44 3A
Octal 114 335 316 102 0 7 15 256 104 72
Binary 1001100 11011101 11001110 1000010 0 111 1101 10101110 1000100 111010

Color Harmonies of #4CDDCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CDDCE

Black with #4CDDCE

Text Example


Text Example

White with #4CDDCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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