Html Css Color HEX #48FECB Turquoise

📋 copy color: '#48FECB'

red 72 ◦ green 254 ◦ blue 203

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

Shades of Turquoise #48FECB

Tints of Turquoise #48FECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 38.37%

R = 13.61%
G = 48.02%
B = 38.37%

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

#48FECB (or 0x48FECB) is known color: Turquoise. HEX triplet: 48, FE and CB. RGB value is (72,254,203). Sum of RGB (Red+Green+Blue) = 72+254+203=529 (70% of max value = 765). Red value is 72 (28.52% from 255 or 13.61% from 529); Green value is 254 (99.61% from 255 or 48.02% from 529); Blue value is 203 (79.69% from 255 or 38.37% from 529); Max value from RGB is 254 - color contains mainly: green. Hex color #48FECB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #48FECB is #B70134. Grayscale: #C1C1C1. Windows color (decimal): -11993397 or 13368904. OLE color: 13368904.

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

Color convert

RGB 72 254 203 -
CMYK 0.72 0 0.20 0.00
HSL 163.19º 0.99% 0.64% -
HSV(B) 163.19º 0.72% 1% -
XYZ 48.89 76.57 68.7 -
YUV 193.77 133.2 41.15 -
System Red Green Blue C M Y K H S L
Decimal 72 254 203 0.72 0 0.20 0.00 163.19 0.99 0.64
Hex 48 FE CB 48 0 14 0 A3 63 40
Octal 110 376 313 110 0 24 0 243 143 100
Binary 1001000 11111110 11001011 1001000 0 10100 0 10100011 1100011 1000000

Color Harmonies of #48FECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48FECB

Black with #48FECB

Text Example


Text Example

White with #48FECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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