Html Css Color HEX #4FDFDA Turquoise

📋 copy color: '#4FDFDA'

red 79 ◦ green 223 ◦ blue 218

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

Shades of Turquoise #4FDFDA

Tints of Turquoise #4FDFDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 41.92%

R = 15.19%
G = 42.88%
B = 41.92%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#4FDFDA (or 0x4FDFDA) is known color: Turquoise. HEX triplet: 4F, DF and DA. RGB value is (79,223,218). Sum of RGB (Red+Green+Blue) = 79+223+218=520 (68% of max value = 765). Red value is 79 (31.25% from 255 or 15.19% from 520); Green value is 223 (87.5% from 255 or 42.88% from 520); Blue value is 218 (85.55% from 255 or 41.92% from 520); Max value from RGB is 223 - color contains mainly: green. Hex color #4FDFDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FDFDA is #B02025. Grayscale: #B3B3B3. Windows color (decimal): -11542566 or 14344015. OLE color: 14344015.

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

Color convert

RGB 79 223 218 -
CMYK 0.65 0 0.02 0.13
HSL 177.92º 0.69% 0.59% -
HSV(B) 177.92º 0.65% 0.87% -
XYZ 42.27 59.5 75.59 -
YUV 179.37 149.79 56.41 -
System Red Green Blue C M Y K H S L
Decimal 79 223 218 0.65 0 0.02 0.13 177.92 0.69 0.59
Hex 4F DF DA 41 0 2 D B2 45 3B
Octal 117 337 332 101 0 2 15 262 105 73
Binary 1001111 11011111 11011010 1000001 0 10 1101 10110010 1000101 111011

Color Harmonies of #4FDFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FDFDA

Black with #4FDFDA

Text Example


Text Example

White with #4FDFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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