Html Css Color HEX #48E1CB Turquoise

📋 copy color: '#48E1CB'

red 72 ◦ green 225 ◦ blue 203

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

Shades of Turquoise #48E1CB

Tints of Turquoise #48E1CB

RGB

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

 GREEN value IS 225 (88.28% from 255) = 45%

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

R = 14.4%
G = 45%
B = 40.6%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.10

 K value IS 0.12

RGB Variations

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

Color information

#48E1CB (or 0x48E1CB) is known color: Turquoise. HEX triplet: 48, E1 and CB. RGB value is (72,225,203). Sum of RGB (Red+Green+Blue) = 72+225+203=500 (66% of max value = 765). Red value is 72 (28.52% from 255 or 14.4% from 500); Green value is 225 (88.28% from 255 or 45% from 500); Blue value is 203 (79.69% from 255 or 40.6% from 500); Max value from RGB is 225 - color contains mainly: green. Hex color #48E1CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48E1CB is #B71E34. Grayscale: #B0B0B0. Windows color (decimal): -12000821 or 13361480. OLE color: 13361480.

HSL color Cylindrical-coordinate representation of color #48E1CB: hue angle of 171.37º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #48E1CB is Cyan = 0.68, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.12.

Color convert

RGB 72 225 203 -
CMYK 0.68 0 0.10 0.12
HSL 171.37º 0.72% 0.58% -
HSV(B) 171.37º 0.68% 0.88% -
XYZ 40.38 59.54 65.86 -
YUV 176.75 142.81 53.29 -
System Red Green Blue C M Y K H S L
Decimal 72 225 203 0.68 0 0.10 0.12 171.37 0.72 0.58
Hex 48 E1 CB 44 0 A C AB 48 3A
Octal 110 341 313 104 0 12 14 253 110 72
Binary 1001000 11100001 11001011 1000100 0 1010 1100 10101011 1001000 111010

Color Harmonies of #48E1CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48E1CB

Black with #48E1CB

Text Example


Text Example

White with #48E1CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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