Html Css Color HEX #4CDCDF Turquoise

📋 copy color: '#4CDCDF'

red 76 ◦ green 220 ◦ blue 223

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

Shades of Turquoise #4CDCDF

Tints of Turquoise #4CDCDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 42.97%

R = 14.64%
G = 42.39%
B = 42.97%

CMYK

 C value IS 0.66

 M value IS 0.01

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4CDCDF (or 0x4CDCDF) is known color: Turquoise. HEX triplet: 4C, DC and DF. RGB value is (76,220,223). Sum of RGB (Red+Green+Blue) = 76+220+223=519 (68% of max value = 765). Red value is 76 (30.08% from 255 or 14.64% from 519); Green value is 220 (86.33% from 255 or 42.39% from 519); Blue value is 223 (87.5% from 255 or 42.97% from 519); Max value from RGB is 223 - color contains mainly: blue. Hex color #4CDCDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CDCDF is #B32320. Grayscale: #B1B1B1. Windows color (decimal): -11739937 or 14670924. OLE color: 14670924.

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

Color convert

RGB 76 220 223 -
CMYK 0.66 0.01 0 0.13
HSL 181.22º 0.7% 0.59% -
HSV(B) 181.22º 0.66% 0.87% -
XYZ 41.89 58.05 78.81 -
YUV 177.29 153.79 55.76 -
System Red Green Blue C M Y K H S L
Decimal 76 220 223 0.66 0.01 0 0.13 181.22 0.7 0.59
Hex 4C DC DF 42 1 0 D B5 46 3B
Octal 114 334 337 102 1 0 15 265 106 73
Binary 1001100 11011100 11011111 1000010 1 0 1101 10110101 1000110 111011

Color Harmonies of #4CDCDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CDCDF

Black with #4CDCDF

Text Example


Text Example

White with #4CDCDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,220,223); }

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

background-color css

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

 a { background-color: rgb(76,220,223); }

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

border-color css

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

 span { border-color: rgb(76,220,223); }

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