Html Css Color HEX #4FEFEB Turquoise

📋 copy color: '#4FEFEB'

red 79 ◦ green 239 ◦ blue 235

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

Shades of Turquoise #4FEFEB

Tints of Turquoise #4FEFEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 42.5%

R = 14.29%
G = 43.22%
B = 42.5%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.02

 K value IS 0.06

RGB Variations

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

Color information

#4FEFEB (or 0x4FEFEB) is known color: Turquoise. HEX triplet: 4F, EF and EB. RGB value is (79,239,235). Sum of RGB (Red+Green+Blue) = 79+239+235=553 (73% of max value = 765). Red value is 79 (31.25% from 255 or 14.29% from 553); Green value is 239 (93.75% from 255 or 43.22% from 553); Blue value is 235 (92.19% from 255 or 42.50% from 553); Max value from RGB is 239 - color contains mainly: green. Hex color #4FEFEB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4FEFEB is #B01014. Grayscale: #BEBEBE. Windows color (decimal): -11538453 or 15462223. OLE color: 15462223.

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

Color convert

RGB 79 239 235 -
CMYK 0.67 0 0.02 0.06
HSL 178.5º 0.83% 0.62% -
HSV(B) 178.5º 0.67% 0.94% -
XYZ 49.09 69.39 89.4 -
YUV 190.7 152.99 48.33 -
System Red Green Blue C M Y K H S L
Decimal 79 239 235 0.67 0 0.02 0.06 178.5 0.83 0.62
Hex 4F EF EB 43 0 2 6 B2 53 3E
Octal 117 357 353 103 0 2 6 262 123 76
Binary 1001111 11101111 11101011 1000011 0 10 110 10110010 1010011 111110

Color Harmonies of #4FEFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FEFEB

Black with #4FEFEB

Text Example


Text Example

White with #4FEFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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