Html Css Color HEX #4BFBEC Turquoise

📋 copy color: '#4BFBEC'

red 75 ◦ green 251 ◦ blue 236

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

Shades of Turquoise #4BFBEC

Tints of Turquoise #4BFBEC

RGB

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

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

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

R = 13.35%
G = 44.66%
B = 41.99%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#4BFBEC (or 0x4BFBEC) is known color: Turquoise. HEX triplet: 4B, FB and EC. RGB value is (75,251,236). Sum of RGB (Red+Green+Blue) = 75+251+236=562 (74% of max value = 765). Red value is 75 (29.69% from 255 or 13.35% from 562); Green value is 251 (98.44% from 255 or 44.66% from 562); Blue value is 236 (92.58% from 255 or 41.99% from 562); Max value from RGB is 251 - color contains mainly: green. Hex color #4BFBEC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4BFBEC is #B40413. Grayscale: #C4C4C4. Windows color (decimal): -11797524 or 15530827. OLE color: 15530827.

HSL color Cylindrical-coordinate representation of color #4BFBEC: hue angle of 174.89º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4BFBEC is Cyan = 0.70, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB 75 251 236 -
CMYK 0.70 0 0.06 0.02
HSL 174.89º 0.96% 0.64% -
HSV(B) 174.89º 0.7% 0.98% -
XYZ 52.54 76.55 91.36 -
YUV 196.67 150.19 41.22 -
System Red Green Blue C M Y K H S L
Decimal 75 251 236 0.70 0 0.06 0.02 174.89 0.96 0.64
Hex 4B FB EC 46 0 6 2 AF 60 40
Octal 113 373 354 106 0 6 2 257 140 100
Binary 1001011 11111011 11101100 1000110 0 110 10 10101111 1100000 1000000

Color Harmonies of #4BFBEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BFBEC

Black with #4BFBEC

Text Example


Text Example

White with #4BFBEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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