Html Css Color HEX #4FEBDF Turquoise

📋 copy color: '#4FEBDF'

red 79 ◦ green 235 ◦ blue 223

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

Shades of Turquoise #4FEBDF

Tints of Turquoise #4FEBDF

RGB

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

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

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

R = 14.71%
G = 43.76%
B = 41.53%

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

#4FEBDF (or 0x4FEBDF) is known color: Turquoise. HEX triplet: 4F, EB and DF. RGB value is (79,235,223). Sum of RGB (Red+Green+Blue) = 79+235+223=537 (71% of max value = 765). Red value is 79 (31.25% from 255 or 14.71% from 537); Green value is 235 (92.19% from 255 or 43.76% from 537); Blue value is 223 (87.5% from 255 or 41.53% from 537); Max value from RGB is 235 - color contains mainly: green. Hex color #4FEBDF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4FEBDF is #B01420. Grayscale: #BABABA. Windows color (decimal): -11539489 or 14674767. OLE color: 14674767.

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

Color convert

RGB 79 235 223 -
CMYK 0.66 0 0.05 0.08
HSL 175.38º 0.8% 0.62% -
HSV(B) 175.38º 0.66% 0.92% -
XYZ 46.25 66.41 80.19 -
YUV 186.99 148.32 50.98 -
System Red Green Blue C M Y K H S L
Decimal 79 235 223 0.66 0 0.05 0.08 175.38 0.8 0.62
Hex 4F EB DF 42 0 5 8 AF 50 3E
Octal 117 353 337 102 0 5 10 257 120 76
Binary 1001111 11101011 11011111 1000010 0 101 1000 10101111 1010000 111110

Color Harmonies of #4FEBDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FEBDF

Black with #4FEBDF

Text Example


Text Example

White with #4FEBDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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