Html Css Color HEX #48FFD7 Turquoise

📋 copy color: '#48FFD7'

red 72 ◦ green 255 ◦ blue 215

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

Shades of Turquoise #48FFD7

Tints of Turquoise #48FFD7

RGB

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

 GREEN value IS 255 (100% from 255) = 47.05%

 BLUE value IS 215 (84.38% from 255) = 39.67%

R = 13.28%
G = 47.05%
B = 39.67%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.16

 K value IS 0

RGB Variations

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

Color information

#48FFD7 (or 0x48FFD7) is known color: Turquoise. HEX triplet: 48, FF and D7. RGB value is (72,255,215). Sum of RGB (Red+Green+Blue) = 72+255+215=542 (71% of max value = 765). Red value is 72 (28.52% from 255 or 13.28% from 542); Green value is 255 (100% from 255 or 47.05% from 542); Blue value is 215 (84.38% from 255 or 39.67% from 542); Max value from RGB is 255 - color contains mainly: green. Hex color #48FFD7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #48FFD7 is #B70028. Grayscale: #C3C3C3. Windows color (decimal): -11993129 or 14155592. OLE color: 14155592.

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

Color convert

RGB 72 255 215 -
CMYK 0.72 0 0.16 0
HSL 166.89º 1% 0.64% -
HSV(B) 166.89º 0.72% 1% -
XYZ 50.7 77.8 76.64 -
YUV 195.72 138.87 39.75 -
System Red Green Blue C M Y K H S L
Decimal 72 255 215 0.72 0 0.16 0 166.89 1 0.64
Hex 48 FF D7 48 0 10 0 A7 64 40
Octal 110 377 327 110 0 20 0 247 144 100
Binary 1001000 11111111 11010111 1001000 0 10000 0 10100111 1100100 1000000

Color Harmonies of #48FFD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48FFD7

Black with #48FFD7

Text Example


Text Example

White with #48FFD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,255,215); }

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

background-color css

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

 a { background-color: rgb(72,255,215); }

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

border-color css

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

 span { border-color: rgb(72,255,215); }

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