Html Css Color HEX #48F2DA Turquoise

📋 copy color: '#48F2DA'

red 72 ◦ green 242 ◦ blue 218

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

Shades of Turquoise #48F2DA

Tints of Turquoise #48F2DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 40.98%

R = 13.53%
G = 45.49%
B = 40.98%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#48F2DA (or 0x48F2DA) is known color: Turquoise. HEX triplet: 48, F2 and DA. RGB value is (72,242,218). Sum of RGB (Red+Green+Blue) = 72+242+218=532 (70% of max value = 765). Red value is 72 (28.52% from 255 or 13.53% from 532); Green value is 242 (94.92% from 255 or 45.49% from 532); Blue value is 218 (85.55% from 255 or 40.98% from 532); Max value from RGB is 242 - color contains mainly: green. Hex color #48F2DA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #48F2DA is #B70D25. Grayscale: #BCBCBC. Windows color (decimal): -11996454 or 14348872. OLE color: 14348872.

HSL color Cylindrical-coordinate representation of color #48F2DA: hue angle of 171.53º 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 #48F2DA is Cyan = 0.70, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB 72 242 218 -
CMYK 0.70 0 0.10 0.05
HSL 171.53º 0.87% 0.62% -
HSV(B) 171.53º 0.7% 0.95% -
XYZ 47.08 69.94 77.35 -
YUV 188.43 144.68 44.95 -
System Red Green Blue C M Y K H S L
Decimal 72 242 218 0.70 0 0.10 0.05 171.53 0.87 0.62
Hex 48 F2 DA 46 0 A 5 AC 57 3E
Octal 110 362 332 106 0 12 5 254 127 76
Binary 1001000 11110010 11011010 1000110 0 1010 101 10101100 1010111 111110

Color Harmonies of #48F2DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48F2DA

Black with #48F2DA

Text Example


Text Example

White with #48F2DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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