Html Css Color HEX #4FEFE8 Turquoise

📋 copy color: '#4FEFE8'

red 79 ◦ green 239 ◦ blue 232

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

Shades of Turquoise #4FEFE8

Tints of Turquoise #4FEFE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 42.18%

R = 14.36%
G = 43.45%
B = 42.18%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.03

 K value IS 0.06

RGB Variations

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

Color information

#4FEFE8 (or 0x4FEFE8) is known color: Turquoise. HEX triplet: 4F, EF and E8. RGB value is (79,239,232). Sum of RGB (Red+Green+Blue) = 79+239+232=550 (72% of max value = 765). Red value is 79 (31.25% from 255 or 14.36% from 550); Green value is 239 (93.75% from 255 or 43.45% from 550); Blue value is 232 (91.02% from 255 or 42.18% from 550); Max value from RGB is 239 - color contains mainly: green. Hex color #4FEFE8 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4FEFE8 is #B01017. Grayscale: #BEBEBE. Windows color (decimal): -11538456 or 15265615. OLE color: 15265615.

HSL color Cylindrical-coordinate representation of color #4FEFE8: hue angle of 177.38º 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 #4FEFE8 is Cyan = 0.67, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.06.

Color convert

RGB 79 239 232 -
CMYK 0.67 0 0.03 0.06
HSL 177.38º 0.83% 0.62% -
HSV(B) 177.38º 0.67% 0.94% -
XYZ 48.66 69.22 87.14 -
YUV 190.36 151.49 48.57 -
System Red Green Blue C M Y K H S L
Decimal 79 239 232 0.67 0 0.03 0.06 177.38 0.83 0.62
Hex 4F EF E8 43 0 3 6 B1 53 3E
Octal 117 357 350 103 0 3 6 261 123 76
Binary 1001111 11101111 11101000 1000011 0 11 110 10110001 1010011 111110

Color Harmonies of #4FEFE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FEFE8

Black with #4FEFE8

Text Example


Text Example

White with #4FEFE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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