Html Css Color HEX #48DBBE Turquoise

📋 copy color: '#48DBBE'

red 72 ◦ green 219 ◦ blue 190

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

Shades of Turquoise #48DBBE

Tints of Turquoise #48DBBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 39.5%

R = 14.97%
G = 45.53%
B = 39.5%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.13

 K value IS 0.14

RGB Variations

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

Color information

#48DBBE (or 0x48DBBE) is known color: Turquoise. HEX triplet: 48, DB and BE. RGB value is (72,219,190). Sum of RGB (Red+Green+Blue) = 72+219+190=481 (63% of max value = 765). Red value is 72 (28.52% from 255 or 14.97% from 481); Green value is 219 (85.94% from 255 or 45.53% from 481); Blue value is 190 (74.61% from 255 or 39.50% from 481); Max value from RGB is 219 - color contains mainly: green. Hex color #48DBBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48DBBE is #B72441. Grayscale: #ABABAB. Windows color (decimal): -12002370 or 12507976. OLE color: 12507976.

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

Color convert

RGB 72 219 190 -
CMYK 0.67 0 0.13 0.14
HSL 168.16º 0.67% 0.57% -
HSV(B) 168.16º 0.67% 0.86% -
XYZ 37.3 55.76 57.51 -
YUV 171.74 138.3 56.86 -
System Red Green Blue C M Y K H S L
Decimal 72 219 190 0.67 0 0.13 0.14 168.16 0.67 0.57
Hex 48 DB BE 43 0 D E A8 43 39
Octal 110 333 276 103 0 15 16 250 103 71
Binary 1001000 11011011 10111110 1000011 0 1101 1110 10101000 1000011 111001

Color Harmonies of #48DBBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48DBBE

Black with #48DBBE

Text Example


Text Example

White with #48DBBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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