Html Css Color HEX #48D4D3 Medium Turquoise

📋 copy color: '#48D4D3'

red 72 ◦ green 212 ◦ blue 211

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

Shades of Medium Turquoise #48D4D3

Tints of Medium Turquoise #48D4D3

RGB

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

 GREEN value IS 212 (83.2% from 255) = 42.83%

 BLUE value IS 211 (82.81% from 255) = 42.63%

R = 14.55%
G = 42.83%
B = 42.63%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.00

 K value IS 0.17

RGB Variations

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

Color information

#48D4D3 (or 0x48D4D3) is known color: Medium Turquoise. HEX triplet: 48, D4 and D3. RGB value is (72,212,211). Sum of RGB (Red+Green+Blue) = 72+212+211=495 (65% of max value = 765). Red value is 72 (28.52% from 255 or 14.55% from 495); Green value is 212 (83.20% from 255 or 42.83% from 495); Blue value is 211 (82.81% from 255 or 42.63% from 495); Max value from RGB is 212 - color contains mainly: green. Hex color #48D4D3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48D4D3 is #B72B2C. Grayscale: #A9A9A9. Windows color (decimal): -12004141 or 13882440. OLE color: 13882440.

HSL color Cylindrical-coordinate representation of color #48D4D3: hue angle of 179.57º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #48D4D3 is Cyan = 0.66, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.17.

Color convert

RGB 72 212 211 -
CMYK 0.66 0 0.00 0.17
HSL 179.57º 0.62% 0.56% -
HSV(B) 179.57º 0.66% 0.83% -
XYZ 37.97 53.17 69.89 -
YUV 170.03 151.12 58.08 -
System Red Green Blue C M Y K H S L
Decimal 72 212 211 0.66 0 0.00 0.17 179.57 0.62 0.56
Hex 48 D4 D3 42 0 0 11 B4 3E 38
Octal 110 324 323 102 0 0 21 264 76 70
Binary 1001000 11010100 11010011 1000010 0 0 10001 10110100 111110 111000

Color Harmonies of #48D4D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48D4D3

Black with #48D4D3

Text Example


Text Example

White with #48D4D3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,212,211); }

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

background-color css

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

 a { background-color: rgb(72,212,211); }

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

border-color css

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

 span { border-color: rgb(72,212,211); }

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