Html Css Color HEX #48DDB7 Turquoise

📋 copy color: '#48DDB7'

red 72 ◦ green 221 ◦ blue 183

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

Shades of Turquoise #48DDB7

Tints of Turquoise #48DDB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 38.45%

R = 15.13%
G = 46.43%
B = 38.45%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.17

 K value IS 0.13

RGB Variations

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

Color information

#48DDB7 (or 0x48DDB7) is known color: Turquoise. HEX triplet: 48, DD and B7. RGB value is (72,221,183). Sum of RGB (Red+Green+Blue) = 72+221+183=476 (63% of max value = 765). Red value is 72 (28.52% from 255 or 15.13% from 476); Green value is 221 (86.72% from 255 or 46.43% from 476); Blue value is 183 (71.88% from 255 or 38.45% from 476); Max value from RGB is 221 - color contains mainly: green. Hex color #48DDB7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48DDB7 is #B72248. Grayscale: #ACACAC. Windows color (decimal): -12001865 or 12049736. OLE color: 12049736.

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

Color convert

RGB 72 221 183 -
CMYK 0.67 0 0.17 0.13
HSL 164.7º 0.69% 0.57% -
HSV(B) 164.7º 0.67% 0.87% -
XYZ 37.08 56.51 53.75 -
YUV 172.12 134.14 56.59 -
System Red Green Blue C M Y K H S L
Decimal 72 221 183 0.67 0 0.17 0.13 164.7 0.69 0.57
Hex 48 DD B7 43 0 11 D A5 45 39
Octal 110 335 267 103 0 21 15 245 105 71
Binary 1001000 11011101 10110111 1000011 0 10001 1101 10100101 1000101 111001

Color Harmonies of #48DDB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48DDB7

Black with #48DDB7

Text Example


Text Example

White with #48DDB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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