Html Css Color HEX #48CECB Medium Turquoise

📋 copy color: '#48CECB'

red 72 ◦ green 206 ◦ blue 203

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

Shades of Medium Turquoise #48CECB

Tints of Medium Turquoise #48CECB

RGB

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

 GREEN value IS 206 (80.86% from 255) = 42.83%

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

R = 14.97%
G = 42.83%
B = 42.2%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#48CECB (or 0x48CECB) is known color: Medium Turquoise. HEX triplet: 48, CE and CB. RGB value is (72,206,203). Sum of RGB (Red+Green+Blue) = 72+206+203=481 (63% of max value = 765). Red value is 72 (28.52% from 255 or 14.97% from 481); Green value is 206 (80.86% from 255 or 42.83% from 481); Blue value is 203 (79.69% from 255 or 42.20% from 481); Max value from RGB is 206 - color contains mainly: green. Hex color #48CECB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48CECB is #B73134. Grayscale: #A5A5A5. Windows color (decimal): -12005685 or 13356616. OLE color: 13356616.

HSL color Cylindrical-coordinate representation of color #48CECB: hue angle of 178.66º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #48CECB is Cyan = 0.65, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.

Color convert

RGB 72 206 203 -
CMYK 0.65 0 0.01 0.19
HSL 178.66º 0.58% 0.55% -
HSV(B) 178.66º 0.65% 0.81% -
XYZ 35.52 49.83 64.25 -
YUV 165.59 149.11 61.24 -
System Red Green Blue C M Y K H S L
Decimal 72 206 203 0.65 0 0.01 0.19 178.66 0.58 0.55
Hex 48 CE CB 41 0 1 13 B3 3A 37
Octal 110 316 313 101 0 1 23 263 72 67
Binary 1001000 11001110 11001011 1000001 0 1 10011 10110011 111010 110111

Color Harmonies of #48CECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48CECB

Black with #48CECB

Text Example


Text Example

White with #48CECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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