Html Css Color HEX #48E2DD Turquoise

📋 copy color: '#48E2DD'

red 72 ◦ green 226 ◦ blue 221

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

Shades of Turquoise #48E2DD

Tints of Turquoise #48E2DD

RGB

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

 GREEN value IS 226 (88.67% from 255) = 43.55%

 BLUE value IS 221 (86.72% from 255) = 42.58%

R = 13.87%
G = 43.55%
B = 42.58%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.02

 K value IS 0.11

RGB Variations

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

Color information

#48E2DD (or 0x48E2DD) is known color: Turquoise. HEX triplet: 48, E2 and DD. RGB value is (72,226,221). Sum of RGB (Red+Green+Blue) = 72+226+221=519 (68% of max value = 765). Red value is 72 (28.52% from 255 or 13.87% from 519); Green value is 226 (88.67% from 255 or 43.55% from 519); Blue value is 221 (86.72% from 255 or 42.58% from 519); Max value from RGB is 226 - color contains mainly: green. Hex color #48E2DD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48E2DD is #B71D22. Grayscale: #B3B3B3. Windows color (decimal): -12000547 or 14541384. OLE color: 14541384.

HSL color Cylindrical-coordinate representation of color #48E2DD: hue angle of 178.05º degrees, saturation: 0.73, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #48E2DD is Cyan = 0.68, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.11.

Color convert

RGB 72 226 221 -
CMYK 0.68 0 0.02 0.11
HSL 178.05º 0.73% 0.58% -
HSV(B) 178.05º 0.68% 0.89% -
XYZ 42.92 60.99 77.92 -
YUV 179.38 151.48 51.41 -
System Red Green Blue C M Y K H S L
Decimal 72 226 221 0.68 0 0.02 0.11 178.05 0.73 0.58
Hex 48 E2 DD 44 0 2 B B2 49 3A
Octal 110 342 335 104 0 2 13 262 111 72
Binary 1001000 11100010 11011101 1000100 0 10 1011 10110010 1001001 111010

Color Harmonies of #48E2DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48E2DD

Black with #48E2DD

Text Example


Text Example

White with #48E2DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,226,221); }

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

background-color css

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

 a { background-color: rgb(72,226,221); }

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

border-color css

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

 span { border-color: rgb(72,226,221); }

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