Html Css Color HEX #48DDDD Turquoise

📋 copy color: '#48DDDD'

red 72 ◦ green 221 ◦ blue 221

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

Shades of Turquoise #48DDDD

Tints of Turquoise #48DDDD

RGB

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

 GREEN value IS 221 (86.72% from 255) = 43%

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

R = 14.01%
G = 43%
B = 43%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#48DDDD (or 0x48DDDD) is known color: Turquoise. HEX triplet: 48, DD and DD. RGB value is (72,221,221). Sum of RGB (Red+Green+Blue) = 72+221+221=514 (68% of max value = 765). Red value is 72 (28.52% from 255 or 14.01% from 514); Green value is 221 (86.72% from 255 or 43.00% from 514); Blue value is 221 (86.72% from 255 or 43.00% from 514); Max value from RGB is 221 - color contains mainly: green, blue. Hex color #48DDDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48DDDD is #B72222. Grayscale: #B0B0B0. Windows color (decimal): -12001827 or 14540104. OLE color: 14540104.

HSL color Cylindrical-coordinate representation of color #48DDDD: hue angle of 180º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #48DDDD is Cyan = 0.67, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 72 221 221 -
CMYK 0.67 0 0 0.13
HSL 180º 0.69% 0.57% -
HSV(B) 180º 0.67% 0.87% -
XYZ 41.58 58.31 77.47 -
YUV 176.45 153.14 53.5 -
System Red Green Blue C M Y K H S L
Decimal 72 221 221 0.67 0 0 0.13 180 0.69 0.57
Hex 48 DD DD 43 0 0 D B4 45 39
Octal 110 335 335 103 0 0 15 264 105 71
Binary 1001000 11011101 11011101 1000011 0 0 1101 10110100 1000101 111001

Color Harmonies of #48DDDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48DDDD

Black with #48DDDD

Text Example


Text Example

White with #48DDDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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