Html Css Color HEX #48EACE Turquoise

📋 copy color: '#48EACE'

red 72 ◦ green 234 ◦ blue 206

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

Shades of Turquoise #48EACE

Tints of Turquoise #48EACE

RGB

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

 GREEN value IS 234 (91.8% from 255) = 45.7%

 BLUE value IS 206 (80.86% from 255) = 40.23%

R = 14.06%
G = 45.7%
B = 40.23%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.12

 K value IS 0.08

RGB Variations

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

Color information

#48EACE (or 0x48EACE) is known color: Turquoise. HEX triplet: 48, EA and CE. RGB value is (72,234,206). Sum of RGB (Red+Green+Blue) = 72+234+206=512 (67% of max value = 765). Red value is 72 (28.52% from 255 or 14.06% from 512); Green value is 234 (91.80% from 255 or 45.70% from 512); Blue value is 206 (80.86% from 255 or 40.23% from 512); Max value from RGB is 234 - color contains mainly: green. Hex color #48EACE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #48EACE is #B71531. Grayscale: #B6B6B6. Windows color (decimal): -11998514 or 13560392. OLE color: 13560392.

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

Color convert

RGB 72 234 206 -
CMYK 0.69 0 0.12 0.08
HSL 169.63º 0.79% 0.6% -
HSV(B) 169.63º 0.69% 0.92% -
XYZ 43.24 64.68 68.6 -
YUV 182.37 141.33 49.28 -
System Red Green Blue C M Y K H S L
Decimal 72 234 206 0.69 0 0.12 0.08 169.63 0.79 0.6
Hex 48 EA CE 45 0 C 8 AA 4F 3C
Octal 110 352 316 105 0 14 10 252 117 74
Binary 1001000 11101010 11001110 1000101 0 1100 1000 10101010 1001111 111100

Color Harmonies of #48EACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48EACE

Black with #48EACE

Text Example


Text Example

White with #48EACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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