Html Css Color HEX #48E6DA Turquoise

📋 copy color: '#48E6DA'

red 72 ◦ green 230 ◦ blue 218

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

Shades of Turquoise #48E6DA

Tints of Turquoise #48E6DA

RGB

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

 GREEN value IS 230 (90.23% from 255) = 44.23%

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

R = 13.85%
G = 44.23%
B = 41.92%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.05

 K value IS 0.10

RGB Variations

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

Color information

#48E6DA (or 0x48E6DA) is known color: Turquoise. HEX triplet: 48, E6 and DA. RGB value is (72,230,218). Sum of RGB (Red+Green+Blue) = 72+230+218=520 (68% of max value = 765). Red value is 72 (28.52% from 255 or 13.85% from 520); Green value is 230 (90.23% from 255 or 44.23% from 520); Blue value is 218 (85.55% from 255 or 41.92% from 520); Max value from RGB is 230 - color contains mainly: green. Hex color #48E6DA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #48E6DA is #B71925. Grayscale: #B5B5B5. Windows color (decimal): -11999526 or 14345800. OLE color: 14345800.

HSL color Cylindrical-coordinate representation of color #48E6DA: hue angle of 175.44º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #48E6DA is Cyan = 0.69, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.10.

Color convert

RGB 72 230 218 -
CMYK 0.69 0 0.05 0.10
HSL 175.44º 0.76% 0.59% -
HSV(B) 175.44º 0.69% 0.9% -
XYZ 43.62 63.03 76.2 -
YUV 181.39 148.65 49.98 -
System Red Green Blue C M Y K H S L
Decimal 72 230 218 0.69 0 0.05 0.10 175.44 0.76 0.59
Hex 48 E6 DA 45 0 5 A AF 4C 3B
Octal 110 346 332 105 0 5 12 257 114 73
Binary 1001000 11100110 11011010 1000101 0 101 1010 10101111 1001100 111011

Color Harmonies of #48E6DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48E6DA

Black with #48E6DA

Text Example


Text Example

White with #48E6DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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