Html Css Color HEX #48F8C7 Turquoise

📋 copy color: '#48F8C7'

red 72 ◦ green 248 ◦ blue 199

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

Shades of Turquoise #48F8C7

Tints of Turquoise #48F8C7

RGB

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

 GREEN value IS 248 (97.27% from 255) = 47.78%

 BLUE value IS 199 (78.13% from 255) = 38.34%

R = 13.87%
G = 47.78%
B = 38.34%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.20

 K value IS 0.03

RGB Variations

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

Color information

#48F8C7 (or 0x48F8C7) is known color: Turquoise. HEX triplet: 48, F8 and C7. RGB value is (72,248,199). Sum of RGB (Red+Green+Blue) = 72+248+199=519 (68% of max value = 765). Red value is 72 (28.52% from 255 or 13.87% from 519); Green value is 248 (97.27% from 255 or 47.78% from 519); Blue value is 199 (78.12% from 255 or 38.34% from 519); Max value from RGB is 248 - color contains mainly: green. Hex color #48F8C7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #48F8C7 is #B70738. Grayscale: #BDBDBD. Windows color (decimal): -11994937 or 13105224. OLE color: 13105224.

HSL color Cylindrical-coordinate representation of color #48F8C7: hue angle of 163.3º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #48F8C7 is Cyan = 0.71, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.03.

Color convert

RGB 72 248 199 -
CMYK 0.71 0 0.20 0.03
HSL 163.3º 0.93% 0.63% -
HSV(B) 163.3º 0.71% 0.97% -
XYZ 46.55 72.64 65.6 -
YUV 189.79 133.19 43.98 -
System Red Green Blue C M Y K H S L
Decimal 72 248 199 0.71 0 0.20 0.03 163.3 0.93 0.63
Hex 48 F8 C7 47 0 14 3 A3 5D 3F
Octal 110 370 307 107 0 24 3 243 135 77
Binary 1001000 11111000 11000111 1000111 0 10100 11 10100011 1011101 111111

Color Harmonies of #48F8C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48F8C7

Black with #48F8C7

Text Example


Text Example

White with #48F8C7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,248,199); }

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

background-color css

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

 a { background-color: rgb(72,248,199); }

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

border-color css

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

 span { border-color: rgb(72,248,199); }

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