Html Css Color HEX #48E3CB Turquoise

📋 copy color: '#48E3CB'

red 72 ◦ green 227 ◦ blue 203

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

Shades of Turquoise #48E3CB

Tints of Turquoise #48E3CB

RGB

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

 GREEN value IS 227 (89.06% from 255) = 45.22%

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

R = 14.34%
G = 45.22%
B = 40.44%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.11

 K value IS 0.11

RGB Variations

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

Color information

#48E3CB (or 0x48E3CB) is known color: Turquoise. HEX triplet: 48, E3 and CB. RGB value is (72,227,203). Sum of RGB (Red+Green+Blue) = 72+227+203=502 (66% of max value = 765). Red value is 72 (28.52% from 255 or 14.34% from 502); Green value is 227 (89.06% from 255 or 45.22% from 502); Blue value is 203 (79.69% from 255 or 40.44% from 502); Max value from RGB is 227 - color contains mainly: green. Hex color #48E3CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48E3CB is #B71C34. Grayscale: #B1B1B1. Windows color (decimal): -12000309 or 13361992. OLE color: 13361992.

HSL color Cylindrical-coordinate representation of color #48E3CB: hue angle of 170.71º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #48E3CB is Cyan = 0.68, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.11.

Color convert

RGB 72 227 203 -
CMYK 0.68 0 0.11 0.11
HSL 170.71º 0.73% 0.59% -
HSV(B) 170.71º 0.68% 0.89% -
XYZ 40.92 60.63 66.05 -
YUV 177.92 142.15 52.45 -
System Red Green Blue C M Y K H S L
Decimal 72 227 203 0.68 0 0.11 0.11 170.71 0.73 0.59
Hex 48 E3 CB 44 0 B B AB 49 3B
Octal 110 343 313 104 0 13 13 253 111 73
Binary 1001000 11100011 11001011 1000100 0 1011 1011 10101011 1001001 111011

Color Harmonies of #48E3CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48E3CB

Black with #48E3CB

Text Example


Text Example

White with #48E3CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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