Html Css Color HEX #4CDFCC Turquoise

📋 copy color: '#4CDFCC'

red 76 ◦ green 223 ◦ blue 204

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

Shades of Turquoise #4CDFCC

Tints of Turquoise #4CDFCC

RGB

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

 GREEN value IS 223 (87.5% from 255) = 44.33%

 BLUE value IS 204 (80.08% from 255) = 40.56%

R = 15.11%
G = 44.33%
B = 40.56%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#4CDFCC (or 0x4CDFCC) is known color: Turquoise. HEX triplet: 4C, DF and CC. RGB value is (76,223,204). Sum of RGB (Red+Green+Blue) = 76+223+204=503 (66% of max value = 765). Red value is 76 (30.08% from 255 or 15.11% from 503); Green value is 223 (87.5% from 255 or 44.33% from 503); Blue value is 204 (80.08% from 255 or 40.56% from 503); Max value from RGB is 223 - color contains mainly: green. Hex color #4CDFCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CDFCC is #B32033. Grayscale: #B0B0B0. Windows color (decimal): -11739188 or 13426508. OLE color: 13426508.

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

Color convert

RGB 76 223 204 -
CMYK 0.66 0 0.09 0.13
HSL 172.24º 0.7% 0.59% -
HSV(B) 172.24º 0.66% 0.87% -
XYZ 40.27 58.67 66.33 -
YUV 176.88 143.3 56.04 -
System Red Green Blue C M Y K H S L
Decimal 76 223 204 0.66 0 0.09 0.13 172.24 0.7 0.59
Hex 4C DF CC 42 0 9 D AC 46 3B
Octal 114 337 314 102 0 11 15 254 106 73
Binary 1001100 11011111 11001100 1000010 0 1001 1101 10101100 1000110 111011

Color Harmonies of #4CDFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CDFCC

Black with #4CDFCC

Text Example


Text Example

White with #4CDFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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