Html Css Color HEX #4FFBBE Turquoise

📋 copy color: '#4FFBBE'

red 79 ◦ green 251 ◦ blue 190

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

Shades of Turquoise #4FFBBE

Tints of Turquoise #4FFBBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 36.54%

R = 15.19%
G = 48.27%
B = 36.54%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.24

 K value IS 0.02

RGB Variations

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

Color information

#4FFBBE (or 0x4FFBBE) is known color: Turquoise. HEX triplet: 4F, FB and BE. RGB value is (79,251,190). Sum of RGB (Red+Green+Blue) = 79+251+190=520 (68% of max value = 765). Red value is 79 (31.25% from 255 or 15.19% from 520); Green value is 251 (98.44% from 255 or 48.27% from 520); Blue value is 190 (74.61% from 255 or 36.54% from 520); Max value from RGB is 251 - color contains mainly: green. Hex color #4FFBBE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4FFBBE is #B00441. Grayscale: #C0C0C0. Windows color (decimal): -11535426 or 12516175. OLE color: 12516175.

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

Color convert

RGB 79 251 190 -
CMYK 0.69 0 0.24 0.02
HSL 158.72º 0.96% 0.65% -
HSV(B) 158.72º 0.69% 0.98% -
XYZ 47.02 74.37 60.59 -
YUV 192.62 126.52 46.96 -
System Red Green Blue C M Y K H S L
Decimal 79 251 190 0.69 0 0.24 0.02 158.72 0.96 0.65
Hex 4F FB BE 45 0 18 2 9F 60 41
Octal 117 373 276 105 0 30 2 237 140 101
Binary 1001111 11111011 10111110 1000101 0 11000 10 10011111 1100000 1000001

Color Harmonies of #4FFBBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FFBBE

Black with #4FFBBE

Text Example


Text Example

White with #4FFBBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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