Html Css Color HEX #48EDDD Turquoise

📋 copy color: '#48EDDD'

red 72 ◦ green 237 ◦ blue 221

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

Shades of Turquoise #48EDDD

Tints of Turquoise #48EDDD

RGB

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

 GREEN value IS 237 (92.97% from 255) = 44.72%

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

R = 13.58%
G = 44.72%
B = 41.7%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#48EDDD (or 0x48EDDD) is known color: Turquoise. HEX triplet: 48, ED and DD. RGB value is (72,237,221). Sum of RGB (Red+Green+Blue) = 72+237+221=530 (70% of max value = 765). Red value is 72 (28.52% from 255 or 13.58% from 530); Green value is 237 (92.97% from 255 or 44.72% from 530); Blue value is 221 (86.72% from 255 or 41.70% from 530); Max value from RGB is 237 - color contains mainly: green. Hex color #48EDDD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #48EDDD is #B71222. Grayscale: #B9B9B9. Windows color (decimal): -11997731 or 14544200. OLE color: 14544200.

HSL color Cylindrical-coordinate representation of color #48EDDD: hue angle of 174.18º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #48EDDD is Cyan = 0.70, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB 72 237 221 -
CMYK 0.70 0 0.07 0.07
HSL 174.18º 0.82% 0.61% -
HSV(B) 174.18º 0.7% 0.93% -
XYZ 46.01 67.17 78.95 -
YUV 185.84 147.84 46.8 -
System Red Green Blue C M Y K H S L
Decimal 72 237 221 0.70 0 0.07 0.07 174.18 0.82 0.61
Hex 48 ED DD 46 0 7 7 AE 52 3D
Octal 110 355 335 106 0 7 7 256 122 75
Binary 1001000 11101101 11011101 1000110 0 111 111 10101110 1010010 111101

Color Harmonies of #48EDDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48EDDD

Black with #48EDDD

Text Example


Text Example

White with #48EDDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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