Html Css Color HEX #4BFECA Turquoise

📋 copy color: '#4BFECA'

red 75 ◦ green 254 ◦ blue 202

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

Shades of Turquoise #4BFECA

Tints of Turquoise #4BFECA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 38.04%

R = 14.12%
G = 47.83%
B = 38.04%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.20

 K value IS 0.00

RGB Variations

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

Color information

#4BFECA (or 0x4BFECA) is known color: Turquoise. HEX triplet: 4B, FE and CA. RGB value is (75,254,202). Sum of RGB (Red+Green+Blue) = 75+254+202=531 (70% of max value = 765). Red value is 75 (29.69% from 255 or 14.12% from 531); Green value is 254 (99.61% from 255 or 47.83% from 531); Blue value is 202 (79.30% from 255 or 38.04% from 531); Max value from RGB is 254 - color contains mainly: green. Hex color #4BFECA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4BFECA is #B40135. Grayscale: #C2C2C2. Windows color (decimal): -11796790 or 13303371. OLE color: 13303371.

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

Color convert

RGB 75 254 202 -
CMYK 0.70 0 0.20 0.00
HSL 162.57º 0.99% 0.65% -
HSV(B) 162.57º 0.7% 1% -
XYZ 49 76.64 68.09 -
YUV 194.55 132.2 42.73 -
System Red Green Blue C M Y K H S L
Decimal 75 254 202 0.70 0 0.20 0.00 162.57 0.99 0.65
Hex 4B FE CA 46 0 14 0 A3 63 41
Octal 113 376 312 106 0 24 0 243 143 101
Binary 1001011 11111110 11001010 1000110 0 10100 0 10100011 1100011 1000001

Color Harmonies of #4BFECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BFECA

Black with #4BFECA

Text Example


Text Example

White with #4BFECA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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