Html Css Color HEX #48CDDD Medium Turquoise

📋 copy color: '#48CDDD'

red 72 ◦ green 205 ◦ blue 221

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

Shades of Medium Turquoise #48CDDD

Tints of Medium Turquoise #48CDDD

RGB

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

 GREEN value IS 205 (80.47% from 255) = 41.16%

 BLUE value IS 221 (86.72% from 255) = 44.38%

R = 14.46%
G = 41.16%
B = 44.38%

CMYK

 C value IS 0.67

 M value IS 0.07

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#48CDDD (or 0x48CDDD) is known color: Medium Turquoise. HEX triplet: 48, CD and DD. RGB value is (72,205,221). Sum of RGB (Red+Green+Blue) = 72+205+221=498 (65% of max value = 765). Red value is 72 (28.52% from 255 or 14.46% from 498); Green value is 205 (80.47% from 255 or 41.16% from 498); Blue value is 221 (86.72% from 255 or 44.38% from 498); Max value from RGB is 221 - color contains mainly: blue. Hex color #48CDDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48CDDD is #B73222. Grayscale: #A6A6A6. Windows color (decimal): -12005923 or 14536008. OLE color: 14536008.

HSL color Cylindrical-coordinate representation of color #48CDDD: hue angle of 186.44º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #48CDDD is Cyan = 0.67, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 72 205 221 -
CMYK 0.67 0.07 0 0.13
HSL 186.44º 0.69% 0.57% -
HSV(B) 186.44º 0.67% 0.87% -
XYZ 37.55 50.26 76.13 -
YUV 167.06 158.44 60.2 -
System Red Green Blue C M Y K H S L
Decimal 72 205 221 0.67 0.07 0 0.13 186.44 0.69 0.57
Hex 48 CD DD 43 7 0 D BA 45 39
Octal 110 315 335 103 7 0 15 272 105 71
Binary 1001000 11001101 11011101 1000011 111 0 1101 10111010 1000101 111001

Color Harmonies of #48CDDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48CDDD

Black with #48CDDD

Text Example


Text Example

White with #48CDDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,205,221); }

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

background-color css

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

 a { background-color: rgb(72,205,221); }

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

border-color css

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

 span { border-color: rgb(72,205,221); }

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