Html Css Color HEX #48DBDA Turquoise

📋 copy color: '#48DBDA'

red 72 ◦ green 219 ◦ blue 218

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

Shades of Turquoise #48DBDA

Tints of Turquoise #48DBDA

RGB

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

 GREEN value IS 219 (85.94% from 255) = 43.03%

 BLUE value IS 218 (85.55% from 255) = 42.83%

R = 14.15%
G = 43.03%
B = 42.83%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.00

 K value IS 0.14

RGB Variations

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

Color information

#48DBDA (or 0x48DBDA) is known color: Turquoise. HEX triplet: 48, DB and DA. RGB value is (72,219,218). Sum of RGB (Red+Green+Blue) = 72+219+218=509 (67% of max value = 765). Red value is 72 (28.52% from 255 or 14.15% from 509); Green value is 219 (85.94% from 255 or 43.03% from 509); Blue value is 218 (85.55% from 255 or 42.83% from 509); Max value from RGB is 219 - color contains mainly: green. Hex color #48DBDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48DBDA is #B72425. Grayscale: #AEAEAE. Windows color (decimal): -12002342 or 14342984. OLE color: 14342984.

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

Color convert

RGB 72 219 218 -
CMYK 0.67 0 0.00 0.14
HSL 179.59º 0.67% 0.57% -
HSV(B) 179.59º 0.67% 0.86% -
XYZ 40.66 57.1 75.21 -
YUV 174.93 152.3 54.58 -
System Red Green Blue C M Y K H S L
Decimal 72 219 218 0.67 0 0.00 0.14 179.59 0.67 0.57
Hex 48 DB DA 43 0 0 E B4 43 39
Octal 110 333 332 103 0 0 16 264 103 71
Binary 1001000 11011011 11011010 1000011 0 0 1110 10110100 1000011 111001

Color Harmonies of #48DBDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48DBDA

Black with #48DBDA

Text Example


Text Example

White with #48DBDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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