Html Css Color HEX #48DCBE Turquoise

📋 copy color: '#48DCBE'

red 72 ◦ green 220 ◦ blue 190

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

Shades of Turquoise #48DCBE

Tints of Turquoise #48DCBE

RGB

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

 GREEN value IS 220 (86.33% from 255) = 45.64%

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

R = 14.94%
G = 45.64%
B = 39.42%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.14

 K value IS 0.14

RGB Variations

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

Color information

#48DCBE (or 0x48DCBE) is known color: Turquoise. HEX triplet: 48, DC and BE. RGB value is (72,220,190). Sum of RGB (Red+Green+Blue) = 72+220+190=482 (63% of max value = 765). Red value is 72 (28.52% from 255 or 14.94% from 482); Green value is 220 (86.33% from 255 or 45.64% from 482); Blue value is 190 (74.61% from 255 or 39.42% from 482); Max value from RGB is 220 - color contains mainly: green. Hex color #48DCBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48DCBE is #B72341. Grayscale: #ACACAC. Windows color (decimal): -12002114 or 12508232. OLE color: 12508232.

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

Color convert

RGB 72 220 190 -
CMYK 0.67 0 0.14 0.14
HSL 167.84º 0.68% 0.57% -
HSV(B) 167.84º 0.67% 0.86% -
XYZ 37.56 56.28 57.6 -
YUV 172.33 137.97 56.44 -
System Red Green Blue C M Y K H S L
Decimal 72 220 190 0.67 0 0.14 0.14 167.84 0.68 0.57
Hex 48 DC BE 43 0 E E A8 44 39
Octal 110 334 276 103 0 16 16 250 104 71
Binary 1001000 11011100 10111110 1000011 0 1110 1110 10101000 1000100 111001

Color Harmonies of #48DCBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48DCBE

Black with #48DCBE

Text Example


Text Example

White with #48DCBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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