Html Css Color HEX #48EFDD Turquoise

📋 copy color: '#48EFDD'

red 72 ◦ green 239 ◦ blue 221

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

Shades of Turquoise #48EFDD

Tints of Turquoise #48EFDD

RGB

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

 GREEN value IS 239 (93.75% from 255) = 44.92%

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

R = 13.53%
G = 44.92%
B = 41.54%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#48EFDD (or 0x48EFDD) is known color: Turquoise. HEX triplet: 48, EF and DD. RGB value is (72,239,221). Sum of RGB (Red+Green+Blue) = 72+239+221=532 (70% of max value = 765). Red value is 72 (28.52% from 255 or 13.53% from 532); Green value is 239 (93.75% from 255 or 44.92% from 532); Blue value is 221 (86.72% from 255 or 41.54% from 532); Max value from RGB is 239 - color contains mainly: green. Hex color #48EFDD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #48EFDD is #B71022. Grayscale: #BABABA. Windows color (decimal): -11997219 or 14544712. OLE color: 14544712.

HSL color Cylindrical-coordinate representation of color #48EFDD: hue angle of 173.53º degrees, saturation: 0.84, 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 #48EFDD is Cyan = 0.70, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB 72 239 221 -
CMYK 0.70 0 0.08 0.06
HSL 173.53º 0.84% 0.61% -
HSV(B) 173.53º 0.7% 0.94% -
XYZ 46.59 68.33 79.14 -
YUV 187.02 147.17 45.96 -
System Red Green Blue C M Y K H S L
Decimal 72 239 221 0.70 0 0.08 0.06 173.53 0.84 0.61
Hex 48 EF DD 46 0 8 6 AE 54 3D
Octal 110 357 335 106 0 10 6 256 124 75
Binary 1001000 11101111 11011101 1000110 0 1000 110 10101110 1010100 111101

Color Harmonies of #48EFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48EFDD

Black with #48EFDD

Text Example


Text Example

White with #48EFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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