Html Css Color HEX #48EBC8 Turquoise

📋 copy color: '#48EBC8'

red 72 ◦ green 235 ◦ blue 200

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

Shades of Turquoise #48EBC8

Tints of Turquoise #48EBC8

RGB

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

 GREEN value IS 235 (92.19% from 255) = 46.35%

 BLUE value IS 200 (78.52% from 255) = 39.45%

R = 14.2%
G = 46.35%
B = 39.45%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.15

 K value IS 0.08

RGB Variations

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

Color information

#48EBC8 (or 0x48EBC8) is known color: Turquoise. HEX triplet: 48, EB and C8. RGB value is (72,235,200). Sum of RGB (Red+Green+Blue) = 72+235+200=507 (67% of max value = 765). Red value is 72 (28.52% from 255 or 14.20% from 507); Green value is 235 (92.19% from 255 or 46.35% from 507); Blue value is 200 (78.52% from 255 or 39.45% from 507); Max value from RGB is 235 - color contains mainly: green. Hex color #48EBC8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #48EBC8 is #B71437. Grayscale: #B6B6B6. Windows color (decimal): -11998264 or 13167432. OLE color: 13167432.

HSL color Cylindrical-coordinate representation of color #48EBC8: hue angle of 167.12º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #48EBC8 is Cyan = 0.69, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.08.

Color convert

RGB 72 235 200 -
CMYK 0.69 0 0.15 0.08
HSL 167.12º 0.8% 0.6% -
HSV(B) 167.12º 0.69% 0.92% -
XYZ 42.81 64.96 64.93 -
YUV 182.27 138 49.35 -
System Red Green Blue C M Y K H S L
Decimal 72 235 200 0.69 0 0.15 0.08 167.12 0.8 0.6
Hex 48 EB C8 45 0 F 8 A7 50 3C
Octal 110 353 310 105 0 17 10 247 120 74
Binary 1001000 11101011 11001000 1000101 0 1111 1000 10100111 1010000 111100

Color Harmonies of #48EBC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48EBC8

Black with #48EBC8

Text Example


Text Example

White with #48EBC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,235,200); }

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

background-color css

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

 a { background-color: rgb(72,235,200); }

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

border-color css

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

 span { border-color: rgb(72,235,200); }

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