Html Css Color HEX #48EBE8 Turquoise

📋 copy color: '#48EBE8'

red 72 ◦ green 235 ◦ blue 232

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

Shades of Turquoise #48EBE8

Tints of Turquoise #48EBE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 43.04%

R = 13.36%
G = 43.6%
B = 43.04%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.01

 K value IS 0.08

RGB Variations

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

Color information

#48EBE8 (or 0x48EBE8) is known color: Turquoise. HEX triplet: 48, EB and E8. RGB value is (72,235,232). Sum of RGB (Red+Green+Blue) = 72+235+232=539 (71% of max value = 765). Red value is 72 (28.52% from 255 or 13.36% from 539); Green value is 235 (92.19% from 255 or 43.60% from 539); Blue value is 232 (91.02% from 255 or 43.04% from 539); Max value from RGB is 235 - color contains mainly: green. Hex color #48EBE8 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #48EBE8 is #B71417. Grayscale: #B9B9B9. Windows color (decimal): -11998232 or 15264584. OLE color: 15264584.

HSL color Cylindrical-coordinate representation of color #48EBE8: hue angle of 178.9º 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 #48EBE8 is Cyan = 0.69, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.08.

Color convert

RGB 72 235 232 -
CMYK 0.69 0 0.01 0.08
HSL 178.9º 0.8% 0.6% -
HSV(B) 178.9º 0.69% 0.92% -
XYZ 46.95 66.62 86.73 -
YUV 185.92 154 46.74 -
System Red Green Blue C M Y K H S L
Decimal 72 235 232 0.69 0 0.01 0.08 178.9 0.8 0.6
Hex 48 EB E8 45 0 1 8 B3 50 3C
Octal 110 353 350 105 0 1 10 263 120 74
Binary 1001000 11101011 11101000 1000101 0 1 1000 10110011 1010000 111100

Color Harmonies of #48EBE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48EBE8

Black with #48EBE8

Text Example


Text Example

White with #48EBE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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