Html Css Color HEX #48DCBC Turquoise

📋 copy color: '#48DCBC'

red 72 ◦ green 220 ◦ blue 188

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

Shades of Turquoise #48DCBC

Tints of Turquoise #48DCBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 39.17%

R = 15%
G = 45.83%
B = 39.17%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#48DCBC (or 0x48DCBC) is known color: Turquoise. HEX triplet: 48, DC and BC. RGB value is (72,220,188). Sum of RGB (Red+Green+Blue) = 72+220+188=480 (63% of max value = 765). Red value is 72 (28.52% from 255 or 15% from 480); Green value is 220 (86.33% from 255 or 45.83% from 480); Blue value is 188 (73.83% from 255 or 39.17% from 480); Max value from RGB is 220 - color contains mainly: green. Hex color #48DCBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48DCBC is #B72343. Grayscale: #ACACAC. Windows color (decimal): -12002116 or 12377160. OLE color: 12377160.

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

Color convert

RGB 72 220 188 -
CMYK 0.67 0 0.15 0.14
HSL 167.03º 0.68% 0.57% -
HSV(B) 167.03º 0.67% 0.86% -
XYZ 37.34 56.19 56.46 -
YUV 172.1 136.97 56.6 -
System Red Green Blue C M Y K H S L
Decimal 72 220 188 0.67 0 0.15 0.14 167.03 0.68 0.57
Hex 48 DC BC 43 0 F E A7 44 39
Octal 110 334 274 103 0 17 16 247 104 71
Binary 1001000 11011100 10111100 1000011 0 1111 1110 10100111 1000100 111001

Color Harmonies of #48DCBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48DCBC

Black with #48DCBC

Text Example


Text Example

White with #48DCBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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