Html Css Color HEX #48CACB Medium Turquoise

📋 copy color: '#48CACB'

red 72 ◦ green 202 ◦ blue 203

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

Shades of Medium Turquoise #48CACB

Tints of Medium Turquoise #48CACB

RGB

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

 GREEN value IS 202 (79.3% from 255) = 42.35%

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

R = 15.09%
G = 42.35%
B = 42.56%

CMYK

 C value IS 0.65

 M value IS 0.00

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#48CACB (or 0x48CACB) is known color: Medium Turquoise. HEX triplet: 48, CA and CB. RGB value is (72,202,203). Sum of RGB (Red+Green+Blue) = 72+202+203=477 (63% of max value = 765). Red value is 72 (28.52% from 255 or 15.09% from 477); Green value is 202 (79.30% from 255 or 42.35% from 477); Blue value is 203 (79.69% from 255 or 42.56% from 477); Max value from RGB is 203 - color contains mainly: blue. Hex color #48CACB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48CACB is #B73534. Grayscale: #A3A3A3. Windows color (decimal): -12006709 or 13355592. OLE color: 13355592.

HSL color Cylindrical-coordinate representation of color #48CACB: hue angle of 180.46º 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 #48CACB is Cyan = 0.65, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 72 202 203 -
CMYK 0.65 0.00 0 0.20
HSL 180.46º 0.56% 0.54% -
HSV(B) 180.46º 0.65% 0.8% -
XYZ 34.57 47.93 63.93 -
YUV 163.24 150.43 62.92 -
System Red Green Blue C M Y K H S L
Decimal 72 202 203 0.65 0.00 0 0.20 180.46 0.56 0.54
Hex 48 CA CB 41 0 0 14 B4 38 36
Octal 110 312 313 101 0 0 24 264 70 66
Binary 1001000 11001010 11001011 1000001 0 0 10100 10110100 111000 110110

Color Harmonies of #48CACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48CACB

Black with #48CACB

Text Example


Text Example

White with #48CACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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