Html Css Color HEX #48F2C1 Turquoise

📋 copy color: '#48F2C1'

red 72 ◦ green 242 ◦ blue 193

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

Shades of Turquoise #48F2C1

Tints of Turquoise #48F2C1

RGB

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

 GREEN value IS 242 (94.92% from 255) = 47.73%

 BLUE value IS 193 (75.78% from 255) = 38.07%

R = 14.2%
G = 47.73%
B = 38.07%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.20

 K value IS 0.05

RGB Variations

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

Color information

#48F2C1 (or 0x48F2C1) is known color: Turquoise. HEX triplet: 48, F2 and C1. RGB value is (72,242,193). Sum of RGB (Red+Green+Blue) = 72+242+193=507 (67% of max value = 765). Red value is 72 (28.52% from 255 or 14.20% from 507); Green value is 242 (94.92% from 255 or 47.73% from 507); Blue value is 193 (75.78% from 255 or 38.07% from 507); Max value from RGB is 242 - color contains mainly: green. Hex color #48F2C1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #48F2C1 is #B70D3E. Grayscale: #B9B9B9. Windows color (decimal): -11996479 or 12710472. OLE color: 12710472.

HSL color Cylindrical-coordinate representation of color #48F2C1: hue angle of 162.71º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #48F2C1 is Cyan = 0.70, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.05.

Color convert

RGB 72 242 193 -
CMYK 0.70 0 0.20 0.05
HSL 162.71º 0.87% 0.62% -
HSV(B) 162.71º 0.7% 0.95% -
XYZ 44.05 68.73 61.4 -
YUV 185.58 132.18 46.98 -
System Red Green Blue C M Y K H S L
Decimal 72 242 193 0.70 0 0.20 0.05 162.71 0.87 0.62
Hex 48 F2 C1 46 0 14 5 A3 57 3E
Octal 110 362 301 106 0 24 5 243 127 76
Binary 1001000 11110010 11000001 1000110 0 10100 101 10100011 1010111 111110

Color Harmonies of #48F2C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48F2C1

Black with #48F2C1

Text Example


Text Example

White with #48F2C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,242,193); }

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

background-color css

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

 a { background-color: rgb(72,242,193); }

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

border-color css

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

 span { border-color: rgb(72,242,193); }

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