Html Css Color HEX #4FFBBB Turquoise

📋 copy color: '#4FFBBB'

red 79 ◦ green 251 ◦ blue 187

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

Shades of Turquoise #4FFBBB

Tints of Turquoise #4FFBBB

RGB

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

 GREEN value IS 251 (98.44% from 255) = 48.55%

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

R = 15.28%
G = 48.55%
B = 36.17%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#4FFBBB (or 0x4FFBBB) is known color: Turquoise. HEX triplet: 4F, FB and BB. RGB value is (79,251,187). Sum of RGB (Red+Green+Blue) = 79+251+187=517 (68% of max value = 765). Red value is 79 (31.25% from 255 or 15.28% from 517); Green value is 251 (98.44% from 255 or 48.55% from 517); Blue value is 187 (73.44% from 255 or 36.17% from 517); Max value from RGB is 251 - color contains mainly: green. Hex color #4FFBBB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4FFBBB is #B00444. Grayscale: #C0C0C0. Windows color (decimal): -11535429 or 12319567. OLE color: 12319567.

HSL color Cylindrical-coordinate representation of color #4FFBBB: hue angle of 157.67º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4FFBBB is Cyan = 0.69, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.

Color convert

RGB 79 251 187 -
CMYK 0.69 0 0.25 0.02
HSL 157.67º 0.96% 0.65% -
HSV(B) 157.67º 0.69% 0.98% -
XYZ 46.69 74.24 58.88 -
YUV 192.28 125.02 47.2 -
System Red Green Blue C M Y K H S L
Decimal 79 251 187 0.69 0 0.25 0.02 157.67 0.96 0.65
Hex 4F FB BB 45 0 19 2 9E 60 41
Octal 117 373 273 105 0 31 2 236 140 101
Binary 1001111 11111011 10111011 1000101 0 11001 10 10011110 1100000 1000001

Color Harmonies of #4FFBBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FFBBB

Black with #4FFBBB

Text Example


Text Example

White with #4FFBBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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