Html Css Color HEX #4BFEDB Turquoise

📋 copy color: '#4BFEDB'

red 75 ◦ green 254 ◦ blue 219

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

Shades of Turquoise #4BFEDB

Tints of Turquoise #4BFEDB

RGB

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

 GREEN value IS 254 (99.61% from 255) = 46.35%

 BLUE value IS 219 (85.94% from 255) = 39.96%

R = 13.69%
G = 46.35%
B = 39.96%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.14

 K value IS 0.00

RGB Variations

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

Color information

#4BFEDB (or 0x4BFEDB) is known color: Turquoise. HEX triplet: 4B, FE and DB. RGB value is (75,254,219). Sum of RGB (Red+Green+Blue) = 75+254+219=548 (72% of max value = 765). Red value is 75 (29.69% from 255 or 13.69% from 548); Green value is 254 (99.61% from 255 or 46.35% from 548); Blue value is 219 (85.94% from 255 or 39.96% from 548); Max value from RGB is 254 - color contains mainly: green. Hex color #4BFEDB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4BFEDB is #B40124. Grayscale: #C4C4C4. Windows color (decimal): -11796773 or 14417483. OLE color: 14417483.

HSL color Cylindrical-coordinate representation of color #4BFEDB: hue angle of 168.27º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4BFEDB is Cyan = 0.70, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.00.

Color convert

RGB 75 254 219 -
CMYK 0.70 0 0.14 0.00
HSL 168.27º 0.99% 0.65% -
HSV(B) 168.27º 0.7% 1% -
XYZ 51.13 77.49 79.28 -
YUV 196.49 140.7 41.35 -
System Red Green Blue C M Y K H S L
Decimal 75 254 219 0.70 0 0.14 0.00 168.27 0.99 0.65
Hex 4B FE DB 46 0 E 0 A8 63 41
Octal 113 376 333 106 0 16 0 250 143 101
Binary 1001011 11111110 11011011 1000110 0 1110 0 10101000 1100011 1000001

Color Harmonies of #4BFEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BFEDB

Black with #4BFEDB

Text Example


Text Example

White with #4BFEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,254,219); }

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

background-color css

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

 a { background-color: rgb(75,254,219); }

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

border-color css

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

 span { border-color: rgb(75,254,219); }

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