Html Css Color HEX #4BFEEB Turquoise

📋 copy color: '#4BFEEB'

red 75 ◦ green 254 ◦ blue 235

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

Shades of Turquoise #4BFEEB

Tints of Turquoise #4BFEEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 41.67%

R = 13.3%
G = 45.04%
B = 41.67%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.07

 K value IS 0.00

RGB Variations

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

Color information

#4BFEEB (or 0x4BFEEB) is known color: Turquoise. HEX triplet: 4B, FE and EB. RGB value is (75,254,235). Sum of RGB (Red+Green+Blue) = 75+254+235=564 (74% of max value = 765). Red value is 75 (29.69% from 255 or 13.30% from 564); Green value is 254 (99.61% from 255 or 45.04% from 564); Blue value is 235 (92.19% from 255 or 41.67% from 564); Max value from RGB is 254 - color contains mainly: green. Hex color #4BFEEB is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #4BFEEB is #B40114. Grayscale: #C6C6C6. Windows color (decimal): -11796757 or 15466059. OLE color: 15466059.

HSL color Cylindrical-coordinate representation of color #4BFEEB: hue angle of 173.63º 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 #4BFEEB is Cyan = 0.70, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.00.

Color convert

RGB 75 254 235 -
CMYK 0.70 0 0.07 0.00
HSL 173.63º 0.99% 0.65% -
HSV(B) 173.63º 0.7% 1% -
XYZ 53.34 78.38 90.91 -
YUV 198.31 148.7 40.04 -
System Red Green Blue C M Y K H S L
Decimal 75 254 235 0.70 0 0.07 0.00 173.63 0.99 0.65
Hex 4B FE EB 46 0 7 0 AE 63 41
Octal 113 376 353 106 0 7 0 256 143 101
Binary 1001011 11111110 11101011 1000110 0 111 0 10101110 1100011 1000001

Color Harmonies of #4BFEEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BFEEB

Black with #4BFEEB

Text Example


Text Example

White with #4BFEEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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