Html Css Color HEX #4CDFC5 Turquoise

📋 copy color: '#4CDFC5'

red 76 ◦ green 223 ◦ blue 197

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

Shades of Turquoise #4CDFC5

Tints of Turquoise #4CDFC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 39.72%

R = 15.32%
G = 44.96%
B = 39.72%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.12

 K value IS 0.13

RGB Variations

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

Color information

#4CDFC5 (or 0x4CDFC5) is known color: Turquoise. HEX triplet: 4C, DF and C5. RGB value is (76,223,197). Sum of RGB (Red+Green+Blue) = 76+223+197=496 (65% of max value = 765). Red value is 76 (30.08% from 255 or 15.32% from 496); Green value is 223 (87.5% from 255 or 44.96% from 496); Blue value is 197 (77.34% from 255 or 39.72% from 496); Max value from RGB is 223 - color contains mainly: green. Hex color #4CDFC5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CDFC5 is #B3203A. Grayscale: #B0B0B0. Windows color (decimal): -11739195 or 12967756. OLE color: 12967756.

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

Color convert

RGB 76 223 197 -
CMYK 0.66 0 0.12 0.13
HSL 169.39º 0.7% 0.59% -
HSV(B) 169.39º 0.66% 0.87% -
XYZ 39.45 58.34 62.01 -
YUV 176.08 139.8 56.61 -
System Red Green Blue C M Y K H S L
Decimal 76 223 197 0.66 0 0.12 0.13 169.39 0.7 0.59
Hex 4C DF C5 42 0 C D A9 46 3B
Octal 114 337 305 102 0 14 15 251 106 73
Binary 1001100 11011111 11000101 1000010 0 1100 1101 10101001 1000110 111011

Color Harmonies of #4CDFC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CDFC5

Black with #4CDFC5

Text Example


Text Example

White with #4CDFC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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