Html Css Color HEX #4FDFCF Turquoise

📋 copy color: '#4FDFCF'

red 79 ◦ green 223 ◦ blue 207

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

Shades of Turquoise #4FDFCF

Tints of Turquoise #4FDFCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 40.67%

R = 15.52%
G = 43.81%
B = 40.67%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#4FDFCF (or 0x4FDFCF) is known color: Turquoise. HEX triplet: 4F, DF and CF. RGB value is (79,223,207). Sum of RGB (Red+Green+Blue) = 79+223+207=509 (67% of max value = 765). Red value is 79 (31.25% from 255 or 15.52% from 509); Green value is 223 (87.5% from 255 or 43.81% from 509); Blue value is 207 (81.25% from 255 or 40.67% from 509); Max value from RGB is 223 - color contains mainly: green. Hex color #4FDFCF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FDFCF is #B02030. Grayscale: #B2B2B2. Windows color (decimal): -11542577 or 13623119. OLE color: 13623119.

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

Color convert

RGB 79 223 207 -
CMYK 0.65 0 0.07 0.13
HSL 173.33º 0.69% 0.59% -
HSV(B) 173.33º 0.65% 0.87% -
XYZ 40.87 58.94 68.25 -
YUV 178.12 144.29 57.3 -
System Red Green Blue C M Y K H S L
Decimal 79 223 207 0.65 0 0.07 0.13 173.33 0.69 0.59
Hex 4F DF CF 41 0 7 D AD 45 3B
Octal 117 337 317 101 0 7 15 255 105 73
Binary 1001111 11011111 11001111 1000001 0 111 1101 10101101 1000101 111011

Color Harmonies of #4FDFCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FDFCF

Black with #4FDFCF

Text Example


Text Example

White with #4FDFCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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