Html Css Color HEX #48E8C2 Turquoise

📋 copy color: '#48E8C2'

red 72 ◦ green 232 ◦ blue 194

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

Shades of Turquoise #48E8C2

Tints of Turquoise #48E8C2

RGB

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

 GREEN value IS 232 (91.02% from 255) = 46.59%

 BLUE value IS 194 (76.17% from 255) = 38.96%

R = 14.46%
G = 46.59%
B = 38.96%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.16

 K value IS 0.09

RGB Variations

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

Color information

#48E8C2 (or 0x48E8C2) is known color: Turquoise. HEX triplet: 48, E8 and C2. RGB value is (72,232,194). Sum of RGB (Red+Green+Blue) = 72+232+194=498 (65% of max value = 765). Red value is 72 (28.52% from 255 or 14.46% from 498); Green value is 232 (91.02% from 255 or 46.59% from 498); Blue value is 194 (76.17% from 255 or 38.96% from 498); Max value from RGB is 232 - color contains mainly: green. Hex color #48E8C2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #48E8C2 is #B7173D. Grayscale: #B3B3B3. Windows color (decimal): -11999038 or 12773448. OLE color: 12773448.

HSL color Cylindrical-coordinate representation of color #48E8C2: hue angle of 165.75º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #48E8C2 is Cyan = 0.69, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.09.

Color convert

RGB 72 232 194 -
CMYK 0.69 0 0.16 0.09
HSL 165.75º 0.78% 0.6% -
HSV(B) 165.75º 0.69% 0.91% -
XYZ 41.27 62.99 61.02 -
YUV 179.83 135.99 51.09 -
System Red Green Blue C M Y K H S L
Decimal 72 232 194 0.69 0 0.16 0.09 165.75 0.78 0.6
Hex 48 E8 C2 45 0 10 9 A6 4E 3C
Octal 110 350 302 105 0 20 11 246 116 74
Binary 1001000 11101000 11000010 1000101 0 10000 1001 10100110 1001110 111100

Color Harmonies of #48E8C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48E8C2

Black with #48E8C2

Text Example


Text Example

White with #48E8C2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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