Html Css Color HEX #4FEFDA Turquoise

📋 copy color: '#4FEFDA'

red 79 ◦ green 239 ◦ blue 218

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

Shades of Turquoise #4FEFDA

Tints of Turquoise #4FEFDA

RGB

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

 GREEN value IS 239 (93.75% from 255) = 44.59%

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

R = 14.74%
G = 44.59%
B = 40.67%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.09

 K value IS 0.06

RGB Variations

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

Color information

#4FEFDA (or 0x4FEFDA) is known color: Turquoise. HEX triplet: 4F, EF and DA. RGB value is (79,239,218). Sum of RGB (Red+Green+Blue) = 79+239+218=536 (70% of max value = 765). Red value is 79 (31.25% from 255 or 14.74% from 536); Green value is 239 (93.75% from 255 or 44.59% from 536); Blue value is 218 (85.55% from 255 or 40.67% from 536); Max value from RGB is 239 - color contains mainly: green. Hex color #4FEFDA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4FEFDA is #B01025. Grayscale: #BCBCBC. Windows color (decimal): -11538470 or 14348111. OLE color: 14348111.

HSL color Cylindrical-coordinate representation of color #4FEFDA: hue angle of 172.12º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4FEFDA is Cyan = 0.67, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.06.

Color convert

RGB 79 239 218 -
CMYK 0.67 0 0.09 0.06
HSL 172.13º 0.83% 0.62% -
HSV(B) 172.13º 0.67% 0.94% -
XYZ 46.75 68.46 77.08 -
YUV 188.77 144.49 49.71 -
System Red Green Blue C M Y K H S L
Decimal 79 239 218 0.67 0 0.09 0.06 172.13 0.83 0.62
Hex 4F EF DA 43 0 9 6 AC 53 3E
Octal 117 357 332 103 0 11 6 254 123 76
Binary 1001111 11101111 11011010 1000011 0 1001 110 10101100 1010011 111110

Color Harmonies of #4FEFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FEFDA

Black with #4FEFDA

Text Example


Text Example

White with #4FEFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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