Html Css Color HEX #4BFCBE Turquoise

📋 copy color: '#4BFCBE'

red 75 ◦ green 252 ◦ blue 190

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

Shades of Turquoise #4BFCBE

Tints of Turquoise #4BFCBE

RGB

 RED value IS 75 (29.69% from 255) = 14.51%

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

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

R = 14.51%
G = 48.74%
B = 36.75%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.25

 K value IS 0.01

RGB Variations

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

Color information

#4BFCBE (or 0x4BFCBE) is known color: Turquoise. HEX triplet: 4B, FC and BE. RGB value is (75,252,190). Sum of RGB (Red+Green+Blue) = 75+252+190=517 (68% of max value = 765). Red value is 75 (29.69% from 255 or 14.51% from 517); Green value is 252 (98.83% from 255 or 48.74% from 517); Blue value is 190 (74.61% from 255 or 36.75% from 517); Max value from RGB is 252 - color contains mainly: green. Hex color #4BFCBE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4BFCBE is #B40341. Grayscale: #C0C0C0. Windows color (decimal): -11797314 or 12516427. OLE color: 12516427.

HSL color Cylindrical-coordinate representation of color #4BFCBE: hue angle of 158.98º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4BFCBE is Cyan = 0.70, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.

Color convert

RGB 75 252 190 -
CMYK 0.70 0 0.25 0.01
HSL 158.98º 0.97% 0.64% -
HSV(B) 158.98º 0.7% 0.99% -
XYZ 47.01 74.83 60.68 -
YUV 192.01 126.86 44.54 -
System Red Green Blue C M Y K H S L
Decimal 75 252 190 0.70 0 0.25 0.01 158.98 0.97 0.64
Hex 4B FC BE 46 0 19 1 9F 61 40
Octal 113 374 276 106 0 31 1 237 141 100
Binary 1001011 11111100 10111110 1000110 0 11001 1 10011111 1100001 1000000

Color Harmonies of #4BFCBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BFCBE

Black with #4BFCBE

Text Example


Text Example

White with #4BFCBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,252,190); }

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

background-color css

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

 a { background-color: rgb(75,252,190); }

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

border-color css

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

 span { border-color: rgb(75,252,190); }

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