Html Css Color HEX #48D5CB Medium Turquoise

📋 copy color: '#48D5CB'

red 72 ◦ green 213 ◦ blue 203

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

Shades of Medium Turquoise #48D5CB

Tints of Medium Turquoise #48D5CB

RGB

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

 GREEN value IS 213 (83.59% from 255) = 43.65%

 BLUE value IS 203 (79.69% from 255) = 41.6%

R = 14.75%
G = 43.65%
B = 41.6%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#48D5CB (or 0x48D5CB) is known color: Medium Turquoise. HEX triplet: 48, D5 and CB. RGB value is (72,213,203). Sum of RGB (Red+Green+Blue) = 72+213+203=488 (64% of max value = 765). Red value is 72 (28.52% from 255 or 14.75% from 488); Green value is 213 (83.59% from 255 or 43.65% from 488); Blue value is 203 (79.69% from 255 or 41.60% from 488); Max value from RGB is 213 - color contains mainly: green. Hex color #48D5CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48D5CB is #B72A34. Grayscale: #A9A9A9. Windows color (decimal): -12003893 or 13358408. OLE color: 13358408.

HSL color Cylindrical-coordinate representation of color #48D5CB: hue angle of 175.74º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #48D5CB is Cyan = 0.66, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB 72 213 203 -
CMYK 0.66 0 0.05 0.16
HSL 175.74º 0.63% 0.56% -
HSV(B) 175.74º 0.66% 0.84% -
XYZ 37.25 53.28 64.82 -
YUV 169.7 146.79 58.31 -
System Red Green Blue C M Y K H S L
Decimal 72 213 203 0.66 0 0.05 0.16 175.74 0.63 0.56
Hex 48 D5 CB 42 0 5 10 B0 3F 38
Octal 110 325 313 102 0 5 20 260 77 70
Binary 1001000 11010101 11001011 1000010 0 101 10000 10110000 111111 111000

Color Harmonies of #48D5CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48D5CB

Black with #48D5CB

Text Example


Text Example

White with #48D5CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,213,203); }

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

background-color css

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

 a { background-color: rgb(72,213,203); }

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

border-color css

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

 span { border-color: rgb(72,213,203); }

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