Html Css Color HEX #48E2CC Turquoise

📋 copy color: '#48E2CC'

red 72 ◦ green 226 ◦ blue 204

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

Shades of Turquoise #48E2CC

Tints of Turquoise #48E2CC

RGB

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

 GREEN value IS 226 (88.67% from 255) = 45.02%

 BLUE value IS 204 (80.08% from 255) = 40.64%

R = 14.34%
G = 45.02%
B = 40.64%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.10

 K value IS 0.11

RGB Variations

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

Color information

#48E2CC (or 0x48E2CC) is known color: Turquoise. HEX triplet: 48, E2 and CC. RGB value is (72,226,204). Sum of RGB (Red+Green+Blue) = 72+226+204=502 (66% of max value = 765). Red value is 72 (28.52% from 255 or 14.34% from 502); Green value is 226 (88.67% from 255 or 45.02% from 502); Blue value is 204 (80.08% from 255 or 40.64% from 502); Max value from RGB is 226 - color contains mainly: green. Hex color #48E2CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48E2CC is #B71D33. Grayscale: #B1B1B1. Windows color (decimal): -12000564 or 13427272. OLE color: 13427272.

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

Color convert

RGB 72 226 204 -
CMYK 0.68 0 0.10 0.11
HSL 171.43º 0.73% 0.58% -
HSV(B) 171.43º 0.68% 0.89% -
XYZ 40.77 60.13 66.58 -
YUV 177.45 142.98 52.79 -
System Red Green Blue C M Y K H S L
Decimal 72 226 204 0.68 0 0.10 0.11 171.43 0.73 0.58
Hex 48 E2 CC 44 0 A B AB 49 3A
Octal 110 342 314 104 0 12 13 253 111 72
Binary 1001000 11100010 11001100 1000100 0 1010 1011 10101011 1001001 111010

Color Harmonies of #48E2CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48E2CC

Black with #48E2CC

Text Example


Text Example

White with #48E2CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,226,204); }

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

background-color css

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

 a { background-color: rgb(72,226,204); }

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

border-color css

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

 span { border-color: rgb(72,226,204); }

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