Html Css Color HEX #48CBBC Medium Turquoise

📋 copy color: '#48CBBC'

red 72 ◦ green 203 ◦ blue 188

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

Shades of Medium Turquoise #48CBBC

Tints of Medium Turquoise #48CBBC

RGB

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

 GREEN value IS 203 (79.69% from 255) = 43.84%

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

R = 15.55%
G = 43.84%
B = 40.6%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.07

 K value IS 0.20

RGB Variations

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

Color information

#48CBBC (or 0x48CBBC) is known color: Medium Turquoise. HEX triplet: 48, CB and BC. RGB value is (72,203,188). Sum of RGB (Red+Green+Blue) = 72+203+188=463 (61% of max value = 765). Red value is 72 (28.52% from 255 or 15.55% from 463); Green value is 203 (79.69% from 255 or 43.84% from 463); Blue value is 188 (73.83% from 255 or 40.60% from 463); Max value from RGB is 203 - color contains mainly: green. Hex color #48CBBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48CBBC is #B73443. Grayscale: #A2A2A2. Windows color (decimal): -12006468 or 12372808. OLE color: 12372808.

HSL color Cylindrical-coordinate representation of color #48CBBC: hue angle of 173.13º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #48CBBC is Cyan = 0.65, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.20.

Color convert

RGB 72 203 188 -
CMYK 0.65 0 0.07 0.20
HSL 173.13º 0.56% 0.54% -
HSV(B) 173.13º 0.65% 0.8% -
XYZ 33.11 47.72 55.04 -
YUV 162.12 142.6 63.72 -
System Red Green Blue C M Y K H S L
Decimal 72 203 188 0.65 0 0.07 0.20 173.13 0.56 0.54
Hex 48 CB BC 41 0 7 14 AD 38 36
Octal 110 313 274 101 0 7 24 255 70 66
Binary 1001000 11001011 10111100 1000001 0 111 10100 10101101 111000 110110

Color Harmonies of #48CBBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48CBBC

Black with #48CBBC

Text Example


Text Example

White with #48CBBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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