Html Css Color HEX #48FFDA Turquoise

📋 copy color: '#48FFDA'

red 72 ◦ green 255 ◦ blue 218

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

Shades of Turquoise #48FFDA

Tints of Turquoise #48FFDA

RGB

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

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

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

R = 13.21%
G = 46.79%
B = 40%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.15

 K value IS 0

RGB Variations

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

Color information

#48FFDA (or 0x48FFDA) is known color: Turquoise. HEX triplet: 48, FF and DA. RGB value is (72,255,218). Sum of RGB (Red+Green+Blue) = 72+255+218=545 (72% of max value = 765). Red value is 72 (28.52% from 255 or 13.21% from 545); Green value is 255 (100% from 255 or 46.79% from 545); Blue value is 218 (85.55% from 255 or 40% from 545); Max value from RGB is 255 - color contains mainly: green. Hex color #48FFDA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #48FFDA is #B70025. Grayscale: #C4C4C4. Windows color (decimal): -11993126 or 14352200. OLE color: 14352200.

HSL color Cylindrical-coordinate representation of color #48FFDA: hue angle of 167.87º 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 #48FFDA is Cyan = 0.72, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.

Color convert

RGB 72 255 218 -
CMYK 0.72 0 0.15 0
HSL 167.87º 1% 0.64% -
HSV(B) 167.87º 0.72% 1% -
XYZ 51.09 77.96 78.68 -
YUV 196.07 140.37 39.51 -
System Red Green Blue C M Y K H S L
Decimal 72 255 218 0.72 0 0.15 0 167.87 1 0.64
Hex 48 FF DA 48 0 F 0 A8 64 40
Octal 110 377 332 110 0 17 0 250 144 100
Binary 1001000 11111111 11011010 1001000 0 1111 0 10101000 1100100 1000000

Color Harmonies of #48FFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48FFDA

Black with #48FFDA

Text Example


Text Example

White with #48FFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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