Html Css Color HEX #4FEADA Turquoise

📋 copy color: '#4FEADA'

red 79 ◦ green 234 ◦ blue 218

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

Shades of Turquoise #4FEADA

Tints of Turquoise #4FEADA

RGB

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

 GREEN value IS 234 (91.8% from 255) = 44.07%

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

R = 14.88%
G = 44.07%
B = 41.05%

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

#4FEADA (or 0x4FEADA) is known color: Turquoise. HEX triplet: 4F, EA and DA. RGB value is (79,234,218). Sum of RGB (Red+Green+Blue) = 79+234+218=531 (70% of max value = 765). Red value is 79 (31.25% from 255 or 14.88% from 531); Green value is 234 (91.80% from 255 or 44.07% from 531); Blue value is 218 (85.55% from 255 or 41.05% from 531); Max value from RGB is 234 - color contains mainly: green. Hex color #4FEADA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4FEADA is #B01525. Grayscale: #B9B9B9. Windows color (decimal): -11539750 or 14346831. OLE color: 14346831.

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

Color convert

RGB 79 234 218 -
CMYK 0.66 0 0.07 0.08
HSL 173.81º 0.79% 0.61% -
HSV(B) 173.81º 0.66% 0.92% -
XYZ 45.3 65.57 76.6 -
YUV 185.83 146.15 51.8 -
System Red Green Blue C M Y K H S L
Decimal 79 234 218 0.66 0 0.07 0.08 173.81 0.79 0.61
Hex 4F EA DA 42 0 7 8 AE 4F 3D
Octal 117 352 332 102 0 7 10 256 117 75
Binary 1001111 11101010 11011010 1000010 0 111 1000 10101110 1001111 111101

Color Harmonies of #4FEADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FEADA

Black with #4FEADA

Text Example


Text Example

White with #4FEADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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