Html Css Color HEX #48CCCC Medium Turquoise

📋 copy color: '#48CCCC'

red 72 ◦ green 204 ◦ blue 204

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

Shades of Medium Turquoise #48CCCC

Tints of Medium Turquoise #48CCCC

RGB

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

 GREEN value IS 204 (80.08% from 255) = 42.5%

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

R = 15%
G = 42.5%
B = 42.5%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#48CCCC (or 0x48CCCC) is known color: Medium Turquoise. HEX triplet: 48, CC and CC. RGB value is (72,204,204). Sum of RGB (Red+Green+Blue) = 72+204+204=480 (63% of max value = 765). Red value is 72 (28.52% from 255 or 15% from 480); Green value is 204 (80.08% from 255 or 42.5% from 480); Blue value is 204 (80.08% from 255 or 42.5% from 480); Max value from RGB is 204 - color contains mainly: green, blue. Hex color #48CCCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48CCCC is #B73333. Grayscale: #A4A4A4. Windows color (decimal): -12006196 or 13421640. OLE color: 13421640.

HSL color Cylindrical-coordinate representation of color #48CCCC: hue angle of 180º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #48CCCC is Cyan = 0.65, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 72 204 204 -
CMYK 0.65 0 0 0.2
HSL 180º 0.56% 0.54% -
HSV(B) 180º 0.65% 0.8% -
XYZ 35.16 48.92 64.72 -
YUV 164.53 150.27 62 -
System Red Green Blue C M Y K H S L
Decimal 72 204 204 0.65 0 0 0.2 180 0.56 0.54
Hex 48 CC CC 41 0 0 14 B4 38 36
Octal 110 314 314 101 0 0 24 264 70 66
Binary 1001000 11001100 11001100 1000001 0 0 10100 10110100 111000 110110

Color Harmonies of #48CCCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48CCCC

Black with #48CCCC

Text Example


Text Example

White with #48CCCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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