Html Css Color HEX #48F0DA Turquoise

📋 copy color: '#48F0DA'

red 72 ◦ green 240 ◦ blue 218

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

Shades of Turquoise #48F0DA

Tints of Turquoise #48F0DA

RGB

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

 GREEN value IS 240 (94.14% from 255) = 45.28%

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

R = 13.58%
G = 45.28%
B = 41.13%

CMYK

 C value IS 0.7

 M value IS 0

 Y value IS 0.09

 K value IS 0.06

RGB Variations

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

Color information

#48F0DA (or 0x48F0DA) is known color: Turquoise. HEX triplet: 48, F0 and DA. RGB value is (72,240,218). Sum of RGB (Red+Green+Blue) = 72+240+218=530 (70% of max value = 765). Red value is 72 (28.52% from 255 or 13.58% from 530); Green value is 240 (94.14% from 255 or 45.28% from 530); Blue value is 218 (85.55% from 255 or 41.13% from 530); Max value from RGB is 240 - color contains mainly: green. Hex color #48F0DA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #48F0DA is #B70F25. Grayscale: #BBBBBB. Windows color (decimal): -11996966 or 14348360. OLE color: 14348360.

HSL color Cylindrical-coordinate representation of color #48F0DA: hue angle of 172.14º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #48F0DA is Cyan = 0.7, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.06.

Color convert

RGB 72 240 218 -
CMYK 0.7 0 0.09 0.06
HSL 172.14º 0.85% 0.61% -
HSV(B) 172.14º 0.7% 0.94% -
XYZ 46.49 68.76 77.15 -
YUV 187.26 145.34 45.79 -
System Red Green Blue C M Y K H S L
Decimal 72 240 218 0.7 0 0.09 0.06 172.14 0.85 0.61
Hex 48 F0 DA 46 0 9 6 AC 55 3D
Octal 110 360 332 106 0 11 6 254 125 75
Binary 1001000 11110000 11011010 1000110 0 1001 110 10101100 1010101 111101

Color Harmonies of #48F0DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48F0DA

Black with #48F0DA

Text Example


Text Example

White with #48F0DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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