Html Css Color HEX #48CEBA Medium Turquoise

📋 copy color: '#48CEBA'

red 72 ◦ green 206 ◦ blue 186

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

Shades of Medium Turquoise #48CEBA

Tints of Medium Turquoise #48CEBA

RGB

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

 GREEN value IS 206 (80.86% from 255) = 44.4%

 BLUE value IS 186 (73.05% from 255) = 40.09%

R = 15.52%
G = 44.4%
B = 40.09%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#48CEBA (or 0x48CEBA) is known color: Medium Turquoise. HEX triplet: 48, CE and BA. RGB value is (72,206,186). Sum of RGB (Red+Green+Blue) = 72+206+186=464 (61% of max value = 765). Red value is 72 (28.52% from 255 or 15.52% from 464); Green value is 206 (80.86% from 255 or 44.40% from 464); Blue value is 186 (73.05% from 255 or 40.09% from 464); Max value from RGB is 206 - color contains mainly: green. Hex color #48CEBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48CEBA is #B73145. Grayscale: #A3A3A3. Windows color (decimal): -12005702 or 12242504. OLE color: 12242504.

HSL color Cylindrical-coordinate representation of color #48CEBA: hue angle of 171.04º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #48CEBA is Cyan = 0.65, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB 72 206 186 -
CMYK 0.65 0 0.10 0.19
HSL 171.04º 0.58% 0.55% -
HSV(B) 171.04º 0.65% 0.81% -
XYZ 33.61 49.07 54.15 -
YUV 163.65 140.61 62.63 -
System Red Green Blue C M Y K H S L
Decimal 72 206 186 0.65 0 0.10 0.19 171.04 0.58 0.55
Hex 48 CE BA 41 0 A 13 AB 3A 37
Octal 110 316 272 101 0 12 23 253 72 67
Binary 1001000 11001110 10111010 1000001 0 1010 10011 10101011 111010 110111

Color Harmonies of #48CEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48CEBA

Black with #48CEBA

Text Example


Text Example

White with #48CEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,206,186); }

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

background-color css

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

 a { background-color: rgb(72,206,186); }

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

border-color css

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

 span { border-color: rgb(72,206,186); }

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