Html Css Color HEX #4FDFCC Turquoise

📋 copy color: '#4FDFCC'

red 79 ◦ green 223 ◦ blue 204

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

Shades of Turquoise #4FDFCC

Tints of Turquoise #4FDFCC

RGB

 RED value IS 79 (31.25% from 255) = 15.61%

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

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

R = 15.61%
G = 44.07%
B = 40.32%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#4FDFCC (or 0x4FDFCC) is known color: Turquoise. HEX triplet: 4F, DF and CC. RGB value is (79,223,204). Sum of RGB (Red+Green+Blue) = 79+223+204=506 (67% of max value = 765). Red value is 79 (31.25% from 255 or 15.61% from 506); Green value is 223 (87.5% from 255 or 44.07% from 506); Blue value is 204 (80.08% from 255 or 40.32% from 506); Max value from RGB is 223 - color contains mainly: green. Hex color #4FDFCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FDFCC is #B02033. Grayscale: #B1B1B1. Windows color (decimal): -11542580 or 13426511. OLE color: 13426511.

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

Color convert

RGB 79 223 204 -
CMYK 0.65 0 0.09 0.13
HSL 172.08º 0.69% 0.59% -
HSV(B) 172.08º 0.65% 0.87% -
XYZ 40.51 58.8 66.34 -
YUV 177.78 142.79 57.54 -
System Red Green Blue C M Y K H S L
Decimal 79 223 204 0.65 0 0.09 0.13 172.08 0.69 0.59
Hex 4F DF CC 41 0 9 D AC 45 3B
Octal 117 337 314 101 0 11 15 254 105 73
Binary 1001111 11011111 11001100 1000001 0 1001 1101 10101100 1000101 111011

Color Harmonies of #4FDFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FDFCC

Black with #4FDFCC

Text Example


Text Example

White with #4FDFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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