Html Css Color HEX #48FECA Turquoise

📋 copy color: '#48FECA'

red 72 ◦ green 254 ◦ blue 202

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

Shades of Turquoise #48FECA

Tints of Turquoise #48FECA

RGB

 RED value IS 72 (28.52% from 255) = 13.64%

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

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

R = 13.64%
G = 48.11%
B = 38.26%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.20

 K value IS 0.00

RGB Variations

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

Color information

#48FECA (or 0x48FECA) is known color: Turquoise. HEX triplet: 48, FE and CA. RGB value is (72,254,202). Sum of RGB (Red+Green+Blue) = 72+254+202=528 (69% of max value = 765). Red value is 72 (28.52% from 255 or 13.64% from 528); Green value is 254 (99.61% from 255 or 48.11% from 528); Blue value is 202 (79.30% from 255 or 38.26% from 528); Max value from RGB is 254 - color contains mainly: green. Hex color #48FECA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #48FECA is #B70135. Grayscale: #C1C1C1. Windows color (decimal): -11993398 or 13303368. OLE color: 13303368.

HSL color Cylindrical-coordinate representation of color #48FECA: hue angle of 162.86º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #48FECA is Cyan = 0.72, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.00.

Color convert

RGB 72 254 202 -
CMYK 0.72 0 0.20 0.00
HSL 162.86º 0.99% 0.64% -
HSV(B) 162.86º 0.72% 1% -
XYZ 48.77 76.53 68.08 -
YUV 193.65 132.7 41.23 -
System Red Green Blue C M Y K H S L
Decimal 72 254 202 0.72 0 0.20 0.00 162.86 0.99 0.64
Hex 48 FE CA 48 0 14 0 A3 63 40
Octal 110 376 312 110 0 24 0 243 143 100
Binary 1001000 11111110 11001010 1001000 0 10100 0 10100011 1100011 1000000

Color Harmonies of #48FECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48FECA

Black with #48FECA

Text Example


Text Example

White with #48FECA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48FECA; }

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

 H1.HeaderClassName
 {
   color: #48FECA;
 }
 .AnyTagClassName
 {
   color: #48FECA;
 }
</style>

background-color css

<style>
 a { background-color: #48FECA; }

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

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

border-color css

<style>
 span { border-color: #48FECA; }

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

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