Html Css Color HEX #48E2EF Turquoise

📋 copy color: '#48E2EF'

red 72 ◦ green 226 ◦ blue 239

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

Shades of Turquoise #48E2EF

Tints of Turquoise #48E2EF

RGB

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

 GREEN value IS 226 (88.67% from 255) = 42.09%

 BLUE value IS 239 (93.75% from 255) = 44.51%

R = 13.41%
G = 42.09%
B = 44.51%

CMYK

 C value IS 0.70

 M value IS 0.05

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#48E2EF (or 0x48E2EF) is known color: Turquoise. HEX triplet: 48, E2 and EF. RGB value is (72,226,239). Sum of RGB (Red+Green+Blue) = 72+226+239=537 (71% of max value = 765). Red value is 72 (28.52% from 255 or 13.41% from 537); Green value is 226 (88.67% from 255 or 42.09% from 537); Blue value is 239 (93.75% from 255 or 44.51% from 537); Max value from RGB is 239 - color contains mainly: blue. Hex color #48E2EF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #48E2EF is #B71D10. Grayscale: #B5B5B5. Windows color (decimal): -12000529 or 15721032. OLE color: 15721032.

HSL color Cylindrical-coordinate representation of color #48E2EF: hue angle of 184.67º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #48E2EF is Cyan = 0.70, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 72 226 239 -
CMYK 0.70 0.05 0 0.06
HSL 184.67º 0.84% 0.61% -
HSV(B) 184.67º 0.7% 0.94% -
XYZ 45.45 62 91.23 -
YUV 181.44 160.48 49.94 -
System Red Green Blue C M Y K H S L
Decimal 72 226 239 0.70 0.05 0 0.06 184.67 0.84 0.61
Hex 48 E2 EF 46 5 0 6 B9 54 3D
Octal 110 342 357 106 5 0 6 271 124 75
Binary 1001000 11100010 11101111 1000110 101 0 110 10111001 1010100 111101

Color Harmonies of #48E2EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48E2EF

Black with #48E2EF

Text Example


Text Example

White with #48E2EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,226,239); }

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

background-color css

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

 a { background-color: rgb(72,226,239); }

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

border-color css

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

 span { border-color: rgb(72,226,239); }

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