Html Css Color HEX #4BF5EC Turquoise

📋 copy color: '#4BF5EC'

red 75 ◦ green 245 ◦ blue 236

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

Shades of Turquoise #4BF5EC

Tints of Turquoise #4BF5EC

RGB

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

 GREEN value IS 245 (96.09% from 255) = 44.06%

 BLUE value IS 236 (92.58% from 255) = 42.45%

R = 13.49%
G = 44.06%
B = 42.45%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.04

 K value IS 0.04

RGB Variations

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

Color information

#4BF5EC (or 0x4BF5EC) is known color: Turquoise. HEX triplet: 4B, F5 and EC. RGB value is (75,245,236). Sum of RGB (Red+Green+Blue) = 75+245+236=556 (73% of max value = 765). Red value is 75 (29.69% from 255 or 13.49% from 556); Green value is 245 (96.09% from 255 or 44.06% from 556); Blue value is 236 (92.58% from 255 or 42.45% from 556); Max value from RGB is 245 - color contains mainly: green. Hex color #4BF5EC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4BF5EC is #B40A13. Grayscale: #C1C1C1. Windows color (decimal): -11799060 or 15529291. OLE color: 15529291.

HSL color Cylindrical-coordinate representation of color #4BF5EC: hue angle of 176.82º degrees, saturation: 0.89, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4BF5EC is Cyan = 0.69, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.04.

Color convert

RGB 75 245 236 -
CMYK 0.69 0 0.04 0.04
HSL 176.82º 0.89% 0.63% -
HSV(B) 176.82º 0.69% 0.96% -
XYZ 50.69 72.86 90.75 -
YUV 193.14 152.18 43.73 -
System Red Green Blue C M Y K H S L
Decimal 75 245 236 0.69 0 0.04 0.04 176.82 0.89 0.63
Hex 4B F5 EC 45 0 4 4 B1 59 3F
Octal 113 365 354 105 0 4 4 261 131 77
Binary 1001011 11110101 11101100 1000101 0 100 100 10110001 1011001 111111

Color Harmonies of #4BF5EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BF5EC

Black with #4BF5EC

Text Example


Text Example

White with #4BF5EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,245,236); }

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

background-color css

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

 a { background-color: rgb(75,245,236); }

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

border-color css

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

 span { border-color: rgb(75,245,236); }

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