Html Css Color HEX #4FE7BD Turquoise

📋 copy color: '#4FE7BD'

red 79 ◦ green 231 ◦ blue 189

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

Shades of Turquoise #4FE7BD

Tints of Turquoise #4FE7BD

RGB

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

 GREEN value IS 231 (90.63% from 255) = 46.29%

 BLUE value IS 189 (74.22% from 255) = 37.88%

R = 15.83%
G = 46.29%
B = 37.88%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.18

 K value IS 0.09

RGB Variations

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

Color information

#4FE7BD (or 0x4FE7BD) is known color: Turquoise. HEX triplet: 4F, E7 and BD. RGB value is (79,231,189). Sum of RGB (Red+Green+Blue) = 79+231+189=499 (66% of max value = 765). Red value is 79 (31.25% from 255 or 15.83% from 499); Green value is 231 (90.62% from 255 or 46.29% from 499); Blue value is 189 (74.22% from 255 or 37.88% from 499); Max value from RGB is 231 - color contains mainly: green. Hex color #4FE7BD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4FE7BD is #B01842. Grayscale: #B4B4B4. Windows color (decimal): -11540547 or 12445519. OLE color: 12445519.

HSL color Cylindrical-coordinate representation of color #4FE7BD: hue angle of 163.42º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4FE7BD is Cyan = 0.66, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.09.

Color convert

RGB 79 231 189 -
CMYK 0.66 0 0.18 0.09
HSL 163.42º 0.76% 0.61% -
HSV(B) 163.42º 0.66% 0.91% -
XYZ 40.99 62.49 58.05 -
YUV 180.76 132.64 55.42 -
System Red Green Blue C M Y K H S L
Decimal 79 231 189 0.66 0 0.18 0.09 163.42 0.76 0.61
Hex 4F E7 BD 42 0 12 9 A3 4C 3D
Octal 117 347 275 102 0 22 11 243 114 75
Binary 1001111 11100111 10111101 1000010 0 10010 1001 10100011 1001100 111101

Color Harmonies of #4FE7BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FE7BD

Black with #4FE7BD

Text Example


Text Example

White with #4FE7BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,231,189); }

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

background-color css

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

 a { background-color: rgb(79,231,189); }

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

border-color css

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

 span { border-color: rgb(79,231,189); }

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