Html Css Color HEX #4FFCBB Turquoise

📋 copy color: '#4FFCBB'

red 79 ◦ green 252 ◦ blue 187

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

Shades of Turquoise #4FFCBB

Tints of Turquoise #4FFCBB

RGB

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

 GREEN value IS 252 (98.83% from 255) = 48.65%

 BLUE value IS 187 (73.44% from 255) = 36.1%

R = 15.25%
G = 48.65%
B = 36.1%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.26

 K value IS 0.01

RGB Variations

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

Color information

#4FFCBB (or 0x4FFCBB) is known color: Turquoise. HEX triplet: 4F, FC and BB. RGB value is (79,252,187). Sum of RGB (Red+Green+Blue) = 79+252+187=518 (68% of max value = 765). Red value is 79 (31.25% from 255 or 15.25% from 518); Green value is 252 (98.83% from 255 or 48.65% from 518); Blue value is 187 (73.44% from 255 or 36.10% from 518); Max value from RGB is 252 - color contains mainly: green. Hex color #4FFCBB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4FFCBB is #B00344. Grayscale: #C0C0C0. Windows color (decimal): -11535173 or 12319823. OLE color: 12319823.

HSL color Cylindrical-coordinate representation of color #4FFCBB: hue angle of 157.46º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4FFCBB is Cyan = 0.69, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.

Color convert

RGB 79 252 187 -
CMYK 0.69 0 0.26 0.01
HSL 157.46º 0.97% 0.65% -
HSV(B) 157.46º 0.69% 0.99% -
XYZ 47 74.87 58.99 -
YUV 192.86 124.69 46.79 -
System Red Green Blue C M Y K H S L
Decimal 79 252 187 0.69 0 0.26 0.01 157.46 0.97 0.65
Hex 4F FC BB 45 0 1A 1 9D 61 41
Octal 117 374 273 105 0 32 1 235 141 101
Binary 1001111 11111100 10111011 1000101 0 11010 1 10011101 1100001 1000001

Color Harmonies of #4FFCBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FFCBB

Black with #4FFCBB

Text Example


Text Example

White with #4FFCBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,252,187); }

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

background-color css

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

 a { background-color: rgb(79,252,187); }

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

border-color css

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

 span { border-color: rgb(79,252,187); }

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