Html Css Color HEX #48DADD Turquoise

📋 copy color: '#48DADD'

red 72 ◦ green 218 ◦ blue 221

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

Shades of Turquoise #48DADD

Tints of Turquoise #48DADD

RGB

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

 GREEN value IS 218 (85.55% from 255) = 42.66%

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

R = 14.09%
G = 42.66%
B = 43.25%

CMYK

 C value IS 0.67

 M value IS 0.01

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#48DADD (or 0x48DADD) is known color: Turquoise. HEX triplet: 48, DA and DD. RGB value is (72,218,221). Sum of RGB (Red+Green+Blue) = 72+218+221=511 (67% of max value = 765). Red value is 72 (28.52% from 255 or 14.09% from 511); Green value is 218 (85.55% from 255 or 42.66% from 511); Blue value is 221 (86.72% from 255 or 43.25% from 511); Max value from RGB is 221 - color contains mainly: blue. Hex color #48DADD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48DADD is #B72522. Grayscale: #AEAEAE. Windows color (decimal): -12002595 or 14539336. OLE color: 14539336.

HSL color Cylindrical-coordinate representation of color #48DADD: hue angle of 181.21º 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 #48DADD is Cyan = 0.67, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 72 218 221 -
CMYK 0.67 0.01 0 0.13
HSL 181.21º 0.69% 0.57% -
HSV(B) 181.21º 0.67% 0.87% -
XYZ 40.8 56.74 77.21 -
YUV 174.69 154.13 54.76 -
System Red Green Blue C M Y K H S L
Decimal 72 218 221 0.67 0.01 0 0.13 181.21 0.69 0.57
Hex 48 DA DD 43 1 0 D B5 45 39
Octal 110 332 335 103 1 0 15 265 105 71
Binary 1001000 11011010 11011101 1000011 1 0 1101 10110101 1000101 111001

Color Harmonies of #48DADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48DADD

Black with #48DADD

Text Example


Text Example

White with #48DADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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