Html Css Color HEX #4CDFC7 Turquoise

📋 copy color: '#4CDFC7'

red 76 ◦ green 223 ◦ blue 199

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

Shades of Turquoise #4CDFC7

Tints of Turquoise #4CDFC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 39.96%

R = 15.26%
G = 44.78%
B = 39.96%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.11

 K value IS 0.13

RGB Variations

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

Color information

#4CDFC7 (or 0x4CDFC7) is known color: Turquoise. HEX triplet: 4C, DF and C7. RGB value is (76,223,199). Sum of RGB (Red+Green+Blue) = 76+223+199=498 (65% of max value = 765). Red value is 76 (30.08% from 255 or 15.26% from 498); Green value is 223 (87.5% from 255 or 44.78% from 498); Blue value is 199 (78.12% from 255 or 39.96% from 498); Max value from RGB is 223 - color contains mainly: green. Hex color #4CDFC7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CDFC7 is #B32038. Grayscale: #B0B0B0. Windows color (decimal): -11739193 or 13098828. OLE color: 13098828.

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

Color convert

RGB 76 223 199 -
CMYK 0.66 0 0.11 0.13
HSL 170.2º 0.7% 0.59% -
HSV(B) 170.2º 0.66% 0.87% -
XYZ 39.68 58.44 63.22 -
YUV 176.31 140.8 56.45 -
System Red Green Blue C M Y K H S L
Decimal 76 223 199 0.66 0 0.11 0.13 170.2 0.7 0.59
Hex 4C DF C7 42 0 B D AA 46 3B
Octal 114 337 307 102 0 13 15 252 106 73
Binary 1001100 11011111 11000111 1000010 0 1011 1101 10101010 1000110 111011

Color Harmonies of #4CDFC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CDFC7

Black with #4CDFC7

Text Example


Text Example

White with #4CDFC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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