Html Css Color HEX #48FECC Turquoise

📋 copy color: '#48FECC'

red 72 ◦ green 254 ◦ blue 204

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

Shades of Turquoise #48FECC

Tints of Turquoise #48FECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 38.49%

R = 13.58%
G = 47.92%
B = 38.49%

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

#48FECC (or 0x48FECC) is known color: Turquoise. HEX triplet: 48, FE and CC. RGB value is (72,254,204). Sum of RGB (Red+Green+Blue) = 72+254+204=530 (70% of max value = 765). Red value is 72 (28.52% from 255 or 13.58% from 530); Green value is 254 (99.61% from 255 or 47.92% from 530); Blue value is 204 (80.08% from 255 or 38.49% from 530); Max value from RGB is 254 - color contains mainly: green. Hex color #48FECC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #48FECC is #B70133. Grayscale: #C1C1C1. Windows color (decimal): -11993396 or 13434440. OLE color: 13434440.

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

Color convert

RGB 72 254 204 -
CMYK 0.72 0 0.20 0.00
HSL 163.52º 0.99% 0.64% -
HSV(B) 163.52º 0.72% 1% -
XYZ 49.01 76.62 69.33 -
YUV 193.88 133.7 41.07 -
System Red Green Blue C M Y K H S L
Decimal 72 254 204 0.72 0 0.20 0.00 163.52 0.99 0.64
Hex 48 FE CC 48 0 14 0 A4 63 40
Octal 110 376 314 110 0 24 0 244 143 100
Binary 1001000 11111110 11001100 1001000 0 10100 0 10100100 1100011 1000000

Color Harmonies of #48FECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48FECC

Black with #48FECC

Text Example


Text Example

White with #48FECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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