Html Css Color HEX #4FEBDA Turquoise

📋 copy color: '#4FEBDA'

red 79 ◦ green 235 ◦ blue 218

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

Shades of Turquoise #4FEBDA

Tints of Turquoise #4FEBDA

RGB

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

 GREEN value IS 235 (92.19% from 255) = 44.17%

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

R = 14.85%
G = 44.17%
B = 40.98%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#4FEBDA (or 0x4FEBDA) is known color: Turquoise. HEX triplet: 4F, EB and DA. RGB value is (79,235,218). Sum of RGB (Red+Green+Blue) = 79+235+218=532 (70% of max value = 765). Red value is 79 (31.25% from 255 or 14.85% from 532); Green value is 235 (92.19% from 255 or 44.17% from 532); Blue value is 218 (85.55% from 255 or 40.98% from 532); Max value from RGB is 235 - color contains mainly: green. Hex color #4FEBDA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4FEBDA is #B01425. Grayscale: #BABABA. Windows color (decimal): -11539494 or 14347087. OLE color: 14347087.

HSL color Cylindrical-coordinate representation of color #4FEBDA: hue angle of 173.46º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4FEBDA is Cyan = 0.66, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.08.

Color convert

RGB 79 235 218 -
CMYK 0.66 0 0.07 0.08
HSL 173.46º 0.8% 0.62% -
HSV(B) 173.46º 0.66% 0.92% -
XYZ 45.59 66.14 76.69 -
YUV 186.42 145.82 51.38 -
System Red Green Blue C M Y K H S L
Decimal 79 235 218 0.66 0 0.07 0.08 173.46 0.8 0.62
Hex 4F EB DA 42 0 7 8 AD 50 3E
Octal 117 353 332 102 0 7 10 255 120 76
Binary 1001111 11101011 11011010 1000010 0 111 1000 10101101 1010000 111110

Color Harmonies of #4FEBDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FEBDA

Black with #4FEBDA

Text Example


Text Example

White with #4FEBDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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