Html Css Color HEX #48EACB Turquoise

📋 copy color: '#48EACB'

red 72 ◦ green 234 ◦ blue 203

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

Shades of Turquoise #48EACB

Tints of Turquoise #48EACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 39.88%

R = 14.15%
G = 45.97%
B = 39.88%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.13

 K value IS 0.08

RGB Variations

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

Color information

#48EACB (or 0x48EACB) is known color: Turquoise. HEX triplet: 48, EA and CB. RGB value is (72,234,203). Sum of RGB (Red+Green+Blue) = 72+234+203=509 (67% of max value = 765). Red value is 72 (28.52% from 255 or 14.15% from 509); Green value is 234 (91.80% from 255 or 45.97% from 509); Blue value is 203 (79.69% from 255 or 39.88% from 509); Max value from RGB is 234 - color contains mainly: green. Hex color #48EACB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #48EACB is #B71534. Grayscale: #B5B5B5. Windows color (decimal): -11998517 or 13363784. OLE color: 13363784.

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

Color convert

RGB 72 234 203 -
CMYK 0.69 0 0.13 0.08
HSL 168.52º 0.79% 0.6% -
HSV(B) 168.52º 0.69% 0.92% -
XYZ 42.87 64.54 66.7 -
YUV 182.03 139.83 49.52 -
System Red Green Blue C M Y K H S L
Decimal 72 234 203 0.69 0 0.13 0.08 168.52 0.79 0.6
Hex 48 EA CB 45 0 D 8 A9 4F 3C
Octal 110 352 313 105 0 15 10 251 117 74
Binary 1001000 11101010 11001011 1000101 0 1101 1000 10101001 1001111 111100

Color Harmonies of #48EACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48EACB

Black with #48EACB

Text Example


Text Example

White with #48EACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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