Html Css Color HEX #4FEADF Turquoise

📋 copy color: '#4FEADF'

red 79 ◦ green 234 ◦ blue 223

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

Shades of Turquoise #4FEADF

Tints of Turquoise #4FEADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 41.6%

R = 14.74%
G = 43.66%
B = 41.6%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.05

 K value IS 0.08

RGB Variations

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

Color information

#4FEADF (or 0x4FEADF) is known color: Turquoise. HEX triplet: 4F, EA and DF. RGB value is (79,234,223). Sum of RGB (Red+Green+Blue) = 79+234+223=536 (70% of max value = 765). Red value is 79 (31.25% from 255 or 14.74% from 536); Green value is 234 (91.80% from 255 or 43.66% from 536); Blue value is 223 (87.5% from 255 or 41.60% from 536); Max value from RGB is 234 - color contains mainly: green. Hex color #4FEADF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4FEADF is #B01520. Grayscale: #BABABA. Windows color (decimal): -11539745 or 14674511. OLE color: 14674511.

HSL color Cylindrical-coordinate representation of color #4FEADF: hue angle of 175.74º 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 #4FEADF is Cyan = 0.66, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.08.

Color convert

RGB 79 234 223 -
CMYK 0.66 0 0.05 0.08
HSL 175.74º 0.79% 0.61% -
HSV(B) 175.74º 0.66% 0.92% -
XYZ 45.97 65.84 80.1 -
YUV 186.4 148.65 51.39 -
System Red Green Blue C M Y K H S L
Decimal 79 234 223 0.66 0 0.05 0.08 175.74 0.79 0.61
Hex 4F EA DF 42 0 5 8 B0 4F 3D
Octal 117 352 337 102 0 5 10 260 117 75
Binary 1001111 11101010 11011111 1000010 0 101 1000 10110000 1001111 111101

Color Harmonies of #4FEADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FEADF

Black with #4FEADF

Text Example


Text Example

White with #4FEADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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